File: control

package info (click to toggle)
python-cloudflare 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: python: 2,250; sh: 32; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download
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.