.env.template
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
requirements-ci.txt
requirements.txt
.github/dependabot.yml
.github/workflows/build_lint_test.yml
.github/workflows/pypi-publish.yml
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/index.rst
doc/source/_static/.gitkeep
doc/source/whatsnew/index.rst
doc/source/whatsnew/releasenotes.rst
scripts/compile-requirements.sh
scripts/dev-setup.sh
src/citecheck/__init__.py
src/citecheck/_version.py
src/citecheck.egg-info/PKG-INFO
src/citecheck.egg-info/SOURCES.txt
src/citecheck.egg-info/dependency_links.txt
src/citecheck.egg-info/requires.txt
src/citecheck.egg-info/top_level.txt
tests/__init__.py
tests/citecheck/__init__.py
tests/citecheck/test_nothing.py