1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
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,
python3-wheel,
python3-falcon,
python3-flake8,
python3-marshmallow,
python3-mock,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-requests,
Standards-Version: 4.6.1
Homepage: https://github.com/hugapi/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: python3-hug (<< 2.6.0)
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.
|