Metadata-Version: 2.4
Name: csl-reference
Version: 0.1.1
Summary: Reference all of the things
Project-URL: Source, https://github.com/Fusion-Power-Plant-Framework/csl-reference
Project-URL: Documentation, https://github.com/Fusion-Power-Plant-Framework/csl-reference#readme
Project-URL: Issues, https://github.com/Fusion-Power-Plant-Framework/csl-reference/issues
License-Expression: MIT
License-File: LICENCE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: citeproc-py>=0.6.0
Requires-Dist: pydantic>=2.9.2
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: ty; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-html; extra == 'test'
Requires-Dist: pytest-json-report; extra == 'test'
Requires-Dist: pytest-metadata; extra == 'test'
Description-Content-Type: text/markdown

# CSL Reference

This package is a pydantic model of the citation-style-language schema available [here](https://github.com/citation-style-language/schema/).
It uses [citeproc-py](https://github.com/citeproc-py/citeproc-py) to validate the schema
