Source: python-markdownify
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-bs4,
 python3-six,
 python3-pytest,
 pybuild-plugin-pyproject,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.3
Homepage: https://github.com/matthewwithanm/python-markdownify
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-markdownify
Vcs-Git: https://salsa.debian.org/python-team/packages/python-markdownify

Package: python3-markdownify
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-bs4,
 python3-six,
Description: Python library to convert HTML to Markdown
 python3-markdownify is a Python library that can be used to convert
 HTML to Markdown format. It includes both Python library functionality
 and a command-line tool.
