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 pip 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.0-py3-none-any.whl (190.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nexus_pylon-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 190.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb271e0dd4d541a1a0781e77ce4e7f73bd4ba5789151bf22903340e284b0bb9f
MD5 fbabd6e51775199ed3b23a2d50b401a8
BLAKE2b-256 4a328f0ce9526093340e76e78015e9417834a733fa0454556737bb1091911079

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