Skip to main content

No project description provided

Project description

# Nexus Pylon

Pylon is a downloader for scientific publications. - Look articles by DOI, MD5 or IPFS hashes - Validates downloaded items - Streams data by chunks - GRPC-ready

## Build

`bash bazel build -c opt nexus-pylon-wheel `

## Install

### PIP `bash pip3 install nexus-pylon `

## Nexus Pylon CLI

Download scientific publication: `bash pylon download --doi 10.1182/blood-2011-03-325258 --output article.pdf `

Download file by its MD5: `bash pylon download --md5 f07707ee92fa675fd4ee53e3fee977d1 --output article.pdf `

Download file by its multihash: `bash pylon download --ipfs-multihashes '["bafykbzacea3vduqii3u52xkzdqan5oc54vsvedmed25dfybrqxyafahjl3rzu"]' --output article.pdf `

### Using with Selenium

Create directory for exchaning files between host and launched Selenium in Docker `bash mkdir downloads `

Launch Selenium in Docker `bash docker run -e SE_START_XVFB=false -v $(pwd)/downloads:/downloads -p 4444:4444 selenium/standalone-chrome:latest `

Launch Pylon `bash pylon download --doi 10.1101/2022.09.09.507349 --output article.pdf \ --wd-endpoint 'http://127.0.0.1:4444/wd/hub' \ --wd-directory /downloads --wd-host-directory $(pwd)/downloads --debug `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nexus_pylon-1.0.1-py3-none-any.whl (190.8 kB view details)

Uploaded Python 3

File details

Details for the file nexus_pylon-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: nexus_pylon-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 190.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for nexus_pylon-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 644aa434af56fc20843a108a2b0f01afc6a86cd5948bd03ce9b192c662ac649e
MD5 a6eabff4450bcebbb0e4e7e8bb9e2caa
BLAKE2b-256 5b395050c5702a361b94fa2d27af4fe108796beedd761b6f960ebaab05e10154

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page