Metadata-Version: 2.1
Name: pub_worm
Version: 0.0.1
Summary: Wormbase/PudMed API Access
Home-page: https://github.com/DanHUMassMed/pub_worm.git
Author: Dan Higgins
Author-email: daniel.higgins@yahoo.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: pandas

# pub_worm
API integration of Wormbase and NCBI Utils

Call from the commandline
$PYTHONPATH="./src" python -m pub_worm.wormbase.WormbaseREST

#### Deploy
* Advance the version number in setup.py
* `conda deactivate # twine is installed in base env`
* `increment setup.py version`
* `cd <project directory>`
* `rm -rf ./dist`
* `rm -rf ./wormcat_batch.egg-info`
* `python setup.py sdist`
* `twine check dist/*`
* `twine upload --repository pypi dist/*`
* `git add .`
* `git commit -m "some comment"`
* `git push`

