LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
docs/source/cli.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
src/authorship/__init__.py
src/authorship/__main__.py
src/authorship/api.py
src/authorship/cli.py
src/authorship/constants.py
src/authorship/py.typed
src/authorship/version.py
src/authorship.egg-info/PKG-INFO
src/authorship.egg-info/SOURCES.txt
src/authorship.egg-info/dependency_links.txt
src/authorship.egg-info/entry_points.txt
src/authorship.egg-info/not-zip-safe
src/authorship.egg-info/requires.txt
src/authorship.egg-info/top_level.txt
src/authorship/reader/__init__.py
src/authorship/reader/google_sheets.py
src/authorship/reader/obo_sheet.py
src/authorship/writer/__init__.py
src/authorship/writer/biorxiv.py
src/authorship/writer/nature_scientific_data.py
src/authorship/writer/text.py
tests/__init__.py
tests/test_version.py