A Python wrapper for the bioRxiv API.
Project description
About
A Python wrapper for the bioRxiv API.
Install
$ pip install biorxiv-cli
Usage
You can use bioRxiv-CLI as a CLI to navigate bioRxiv or as a library to query its API.
CLI
Currently bioRxiv-CLI implements one subcommand:
$ biorxiv read SUBJECTS
This will print the titles of the 30 most recent posts in one of the comma-separated subjects. For example:
If no subjects were given, it will assume by default that all subjects were selected.
API
The previous CLI is built on top of a Python library that can be used on its own to query bioRxiv’s API. For example:
>>> from biorxiv_cli import Client
>>> client = Client()
>>> client.read([SUBJECTS])
will achieve the same effect as
$ biorxiv read SUBJECTS
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
biorxiv-cli-0.1.4.tar.gz
(3.9 kB
view details)
File details
Details for the file biorxiv-cli-0.1.4.tar.gz
.
File metadata
- Download URL: biorxiv-cli-0.1.4.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1afca6e9caa976ae228203e74913fa0a8561236d4fb4776bbc7829823b5979c9 |
|
MD5 | d143a66c9f285f1ee0d8577c33af7775 |
|
BLAKE2b-256 | ca662ec8c87340fd057a6fe662515d668bb445b97cfc5766a656f820f5b2e84d |