.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/docite/__init__.py
src/docite/__main__.py
src/docite/cli.py
src/docite/convert.py
src/docite/utils.py
src/docite.egg-info/PKG-INFO
src/docite.egg-info/SOURCES.txt
src/docite.egg-info/dependency_links.txt
src/docite.egg-info/entry_points.txt
src/docite.egg-info/not-zip-safe
src/docite.egg-info/requires.txt
src/docite.egg-info/top_level.txt
src/docite/assets/__init__.py
src/docite/assets/example_bibfile.bib
src/docite/assets/example_inputfile.md
src/docite/assets/example_outputfile.md
src/docite/assets/ieee.csl
tests/conftest.py
tests/test_cli.py
tests/test_convert.py