hyperboria/nexus/pylon
the-superpirate d51e5ab65d - fix: Various fixes for release
- fix: Translation fixes
- fix: Various fixes
- feat: PB translations, configuration changes
- fix: Bugfixes

GitOrigin-RevId: 55f8b148c42a296162fc707c36a5146ca0073b4b
2021-01-29 11:26:51 +03:00
..
pdftools - Send Pylon to golden 2021-01-08 23:09:19 +03:00
proto - Send Pylon to golden 2021-01-08 23:09:19 +03:00
sources - fix: Various fixes for release 2021-01-29 11:26:51 +03:00
__init__.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
BUILD.bazel - fix: Various fixes for release 2021-01-29 11:26:51 +03:00
cli.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
client.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
exceptions.py - Send Pylon to golden 2021-01-08 23:09:19 +03:00
README.md - Send Pylon to golden 2021-01-08 23:09:19 +03:00

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

Nexus Pylon CLI

Casual download

bazel run -c opt cli -- doi 10.1056/NEJMoa2033700 --output article.pdf

Download with proxy

bazel run -c opt cli -- md5 278C3A72B7B04717361501B8642857DF \
  --output file.pdf \
  --proxy socks5://127.0.0.1:9050