No project description provided
Project description
SciBib
A Python package to collect scientific bibliographical data.
Installation
This package can be installed with pip.
$ pip install scibib
Furthermore, you will need to edit a configuration file to pass your orcid_token. This can be done interactively running
python -m scibib.data_query
You will be prompted to give your Orcid /read-public API token:
Please provide the value for orcid_token in your config file.
▯
If you prefer to edit the file directly, cancel with Ctrl+C. The message in an ImportError will tell you which file to edit e.g.
[...]
ImportError: Please edit your module configuration file /home/gael/.config/scibib/scibib_config.py to define the orcid_token variable.This token is needed to use orcid's /read-public API.
Usage
A basic demo is provided as test/demo.py on the GitHub repository.
A complete documentation of the package is provided in pdf here, the html version is served on GitHub Pages.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scibib-0.1.0.tar.gz
(7.3 kB
view hashes)
Built Distribution
scibib-0.1.0-py3-none-any.whl
(8.5 kB
view hashes)