Source: flatlatex
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://github.com/jb-leger/flatlatex
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-regex,
               python3-setuptools
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/python-team/packages/flatlatex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flatlatex

Package: python3-flatlatex
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: flatlatex
Description: Python3 LaTeX math converter to unicode text - library
 flatlatex is a basic converter from LaTeX math to human readable text
 math using unicode characters.
 .
 It allows one to inline small equations into emails or on instant messaging
 clients, thus allowing  to avoid sending a pdf while still being
 understandable.
 .
 This package provides the Python3 library.

Package: flatlatex
Architecture: all
Section: utils
Depends: python3-flatlatex, ${misc:Depends}, ${python3:Depends}
Description: Python3 LaTeX math converter to unicode text - binaries
 flatlatex is a basic converter from LaTeX math to human readable text
 math using unicode characters.
 .
 It allows one to inline small equations into emails or on instant messaging
 clients, thus allowing  to avoid sending a pdf while still being
 understandable.
 .
 This package provides an executable program that actually converts LaTeX maths
 to unicode.
