Source: citeproc-py
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-lxml,
 python3-setuptools,
 python3-pytest,
 txt2man
Standards-Version: 4.5.0
Homepage: https://github.com/brechtm/citeproc-py
Vcs-Git: https://salsa.debian.org/python-team/modules/citeproc-py.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/citeproc-py

Package: python3-citeproc
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Citation Style Language (CSL) processor for Python3
 Citeproc-py is a library that produces formatted bibliographies and
 citations from bibliographic databases following formatting instructions
 provided by XML style files written in the Citation Style Language (CSL).
 .
 Currently, BibTeX and JSON are supported as input database formats, and
 plain text, reStructuredText and HTML as output format.
 .
 This package contains the Python 3 modules and the CLI tool csl_unsorted.
