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
|
Source: python-gntp
Homepage: https://github.com/kfdm/gntp
Section: python
Priority: optional
Maintainer: JCF Ploemen (jcfp) <linux@jcf.pm>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools,
python3-sphinx
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/python-team/modules/python-gntp.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-gntp
Testsuite: autopkgtest-pkg-python
Package: python3-gntp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for the Growl Notification Transport Protocol
Gntp is a Python library for working with the Growl Notification
Transport Protocol.
.
Its GrowlNotifier class is intended to mostly mirror older Python
bindings for growl, and should work as a dropin replacement.
|