File: control

package info (click to toggle)
bibtexparser 1.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 732 kB
  • sloc: python: 5,614; makefile: 140; sh: 7
file content (38 lines) | stat: -rw-r--r-- 1,435 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
38
Source: bibtexparser
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <mestia@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-future,
               python3-pyparsing,
               python3-setuptools,
               python3-sphinx,
               python3-unittest2
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/bibtexparser
Vcs-Git: https://salsa.debian.org/python-team/modules/bibtexparser.git
Homepage: https://github.com/sciunto-org/python-bibtexparser

Package: python3-bibtexparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python 3 library to parse bibtex files
 The bibtexparser module provides parsing and writing of BibTeX files
 functionality. The parsed data is returned as a simple BibDatabase object
 with the main attribute being entries representing bibliographic sources
 such as books and journal articles.
 .
 This is the Python 3 version of the package

Package: python-bibtexparser-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for BibtexParser
 This package contains HTML documentation for python(3)-bibtexparser
 .
 An online reference is available
 at https://bibtexparser.readthedocs.org/