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
|
Source: python-cloudflare
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@debian.org>,
Debian Let's Encrypt Team <letsencrypt-devel@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python3,
python3-requests,
python3-future,
python3-setuptools,
python3-yaml
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/python-team/modules/cloudflare
Vcs-Git: https://salsa.debian.org/python-team/modules/cloudflare.git
Homepage: https://github.com/cloudflare/python-cloudflare
Package: python3-cloudflare
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: Python module to interface with Cloudflare's v4 API
python3-cloudflare is a wrapper around the Cloudflare v4 API that
lets you perform any action that you would be able to through the
Cloudflare control panel itself. For example, you can add and remove
zones, change DNS records, switch billing information, etc.
|