0 purchases
pyconverterspubmedfetcher 0.5.136
pyconverters_pubmedfetcher
Fetch articles from Pubmed
Installation
You can simply pip install pyconverters_pubmedfetcher.
Developing
Pre-requesites
You will need to install flit (for building the package) and tox (for orchestrating testing and documentation building):
python3 -m pip install flit tox
Clone the repository:
git clone https://github.com/oterrier/pyconverters_pubmedfetcher
Running the test suite
You can run the full test suite against all supported versions of Python (3.8) with:
tox
Building the documentation
You can build the HTML documentation with:
tox -e docs
The built documentation is available at `docs/_build/index.html.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.