.gitignore
Makefile
README.md
examples.py
requirements.txt
setup.py
bibcodex/__init__.py
bibcodex/_version.py
bibcodex/codex.py
bibcodex.egg-info/PKG-INFO
bibcodex.egg-info/SOURCES.txt
bibcodex.egg-info/dependency_links.txt
bibcodex.egg-info/top_level.txt
bibcodex/api/__init__.py
bibcodex/api/helpers.py
bibcodex/api/icite.py
bibcodex/api/id_converter.py
bibcodex/api/pubmed.py
bibcodex/api/semantic_scholar.py
bibcodex/api/pubmed_parser/__init__.py
bibcodex/api/pubmed_parser/medline_parser.py
bibcodex/api/pubmed_parser/pubmed_oa_parser.py
bibcodex/api/pubmed_parser/pubmed_web_parser.py
bibcodex/api/pubmed_parser/utils.py
tests/test_download.py