Source: bibtexparser
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx,
               python-unittest2,
               python3-all,
               python3-setuptools,
               python3-sphinx,
               python3-unittest2
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/bibtexparser.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/bibtexparser.git
Homepage: https://github.com/sciunto-org/python-bibtexparser
Testsuite: autopkgtest-pkg-python

Package: python-bibtexparser
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Python 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 2 version of the package

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/
