Metadata-Version: 2.4
Name: csl-reference
Version: 0.1.0
Summary: Reference all of the things
License-Expression: MIT
License-File: LICENCE
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
