Metadata-Version: |
2.1 |
Name: |
citecheck |
Version: |
0.3.0 |
Summary: |
Run-time protection of citation chains |
Author-Email: |
Nathan McDougall <nathan.j.mcdougall[at]gmail.com> |
Project-Url: |
Docs: User Guide, https://citecheck.readthedocs.io/en/latest/ |
Project-Url: |
Source Code, https://github.com/nathanjmcdougall/citecheck |
Project-Url: |
homepage, https://github.com/nathanjmcdougall/citecheck |
Project-Url: |
What's New, https://citecheck.readthedocs.io/en/latest/whatsnew/releasenotes.html |
Project-Url: |
Bug Tracker, https://github.com/nathanjmcdougall/citecheck/issues |
License: |
BSD-3-Clause |
Keywords: |
citations,cite,bibliography,annotations,references,bibtex,research,academic,methodology,equations |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development :: Documentation |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Topic :: Documentation |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
pre-commit; extra == "check" |
Requires-Dist: |
mypy (==1.2.0); extra == "check" |
Requires-Dist: |
pip-tools; extra == "dev" |
Requires-Dist: |
setuptools-scm[toml]; extra == "dev" |
Requires-Dist: |
black (==23.3.0); extra == "dev" |
Requires-Dist: |
pylint (==3.0.0a6); extra == "dev" |
Requires-Dist: |
ruff (==0.0.263); extra == "dev" |
Requires-Dist: |
tomli; extra == "doc" |
Requires-Dist: |
towncrier; extra == "doc" |
Requires-Dist: |
sphinx; extra == "doc" |
Requires-Dist: |
pydata-sphinx-theme; extra == "doc" |
Requires-Dist: |
sphinx-copybutton; extra == "doc" |
Requires-Dist: |
sphinx-design; extra == "doc" |
Requires-Dist: |
sphinx-toggleprompt; extra == "doc" |
Requires-Dist: |
sphinx-favicon; extra == "doc" |
Requires-Dist: |
ipykernel; extra == "notebook" |
Requires-Dist: |
IPython; extra == "notebook" |
Requires-Dist: |
pytest; extra == "test" |
Requires-Dist: |
coverage[toml]; extra == "test" |
Requires-Dist: |
pytest-cov; extra == "test" |
Provides-Extra: |
check |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
notebook |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.txt |