Source: python-hupper
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 TANIGUCHI Takaki <takaki@debian.org>,
 Diwa Tomy <servalthecat19@tutamail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-setuptools,
               python3-watchdog <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/Pylons/hupper
Vcs-Git: https://salsa.debian.org/python-team/packages/python-hupper.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hupper
Testsuite: autopkgtest-pkg-pybuild

Package: python3-hupper
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-watchdog
Description: integrated process monitor for developing servers (Python 3)
 hupper is an integrated process monitor that will track changes to any
 imported Python files in sys.modules as well as custom paths. When files
 are changed the process is restarted.
 .
 This package installs the library and the hupper command for Python 3.
