File: control

package info (click to toggle)
citeproc-py 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,360 kB
  • sloc: xml: 15,402; python: 5,111; makefile: 18; sh: 7
file content (37 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: citeproc-py
X-Style: black
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@yaerobi.com>,
 Yaroslav Halchenko <debian@onerussian.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-lxml,
 python3-pytest <!nocheck>,
 python3-rnc2rng,
 python3-setuptools,
 txt2man,
Vcs-Browser: https://salsa.debian.org/python-team/packages/citeproc-py
Vcs-Git: https://salsa.debian.org/python-team/packages/citeproc-py.git
Homepage: https://github.com/brechtm/citeproc-py
Rules-Requires-Root: no

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.