Source: python-hupper Section: python Maintainer: Debian Python Team Uploaders: TANIGUCHI Takaki , Diwa Tomy Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-pytest-cov , python3-setuptools, python3-watchdog , 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.