Source: python-pylatex
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pulak Bhushan <pulakbhushan@gmail.com>,
           Yogeswaran Umasankar <kd8mbd@gmail.com>
Homepage: https://github.com/JelteF/PyLaTeX
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pylatex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pylatex
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-setuptools,
               dh-sequence-python3,
               python3-all,
               python3-ordered-set,
               twine,
               python3-numpy,
               python3-matplotlib,
               python3-quantities,
               python3-pytest <!nocheck>,
               latexmk <!nocheck>,
               texlive-latex-extra <!nocheck>,
               lmodern <!nocheck>,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pylatex
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Python library for creating LaTeX files and snippets
 PyLaTeX is a Python library for creating and compiling LaTeX files or
 snippets. The goal of this library is being an easy, but extensible
 interface between Python and LaTeX.

Package: python-pylatex-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         ${sphinxdoc:Built-Using}
Description: Documentation for python-pylatex
 PyLaTeX is a Python library for creating and compiling LaTeX files or
 snippets. The goal of this library is being an easy, but extensible
 interface between Python and LaTeX.
 This package contains documentation for PyLaTeX.
