Source: python-hug
Maintainer: Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 python3-all,
 python3-all-dev,
 python3-setuptools
Build-Depends-Indep:
 python3-falcon,
 python3-flake8,
 python3-marshmallow,
 python3-mock,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-runner,
 python3-requests
Standards-Version: 4.5.0
Homepage: https://github.com/timothycrosley/hug
Vcs-Git: https://salsa.debian.org/debian/python-hug.git
Vcs-Browser: https://salsa.debian.org/debian/python-hug
Testsuite: autopkgtest-pkg-python

Package: python3-hug
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 framework for HTTP and CLI APIs
 hug makes developing a Python driven API as succinct as a written definition.
 Built-in API version management, validation and documentation generation.
 Encourages self-documenting code and easy testing.
 hug is Python 3+ only and built upon Falcon's high performance HTTP library.

Package: python3-hug-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Breaks+Replaces: python3-hug (<< 2.6.0)
Description: Python3 framework for HTTP APIs - documentation
 hug makes developing a Python driven API as succinct as a written definition.
 Built-in API version management, validation and documentation generation.
 Encourages self-documenting code and easy testing.
 hug is Python 3+ only and built upon Falcon's high performance HTTP library.
 This is the documentation package.
