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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: lexicon
Maintainer: Ana Custura <ana@netstat.org.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12),
python3-all,
dh-python,
python3-boto3,
python3-cryptography (>= 1.3.4),
python3-future,
python3-idna (>= 2.0.0~),
python3-mock (>= 2.0.0~),
python3-openssl (>= 0.14~),
python3-pytest,
python3-setuptools,
python3-softlayer,
python3-tldextract,
python3-vcr,
python3-yaml
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-lexicon
Vcs-Git: https://salsa.debian.org/python-team/modules/python-lexicon.git
Homepage: https://github.com/AnalogJ/lexicon
Testsuite: autopkgtest-pkg-python
Package: python3-lexicon
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Recommends: python3-boto3,
python3-softlayer
Description: Manipulate DNS records on various DNS providers (Python 3)
Lexicon provides a way to manipulate DNS records on multiple DNS
providers in a standardized way. Lexicon was designed to be used in
automation, specifically letsencrypt.
.
This package installs the library for Python 3.
Package: lexicon
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-lexicon (= ${binary:Version})
Description: CLI for manipulating DNS records on various DNS providers (Python 3)
Lexicon provides a way to manipulate DNS records on multiple DNS
providers in a standardized way. Lexicon was designed to be used in
automation, specifically letsencrypt.
.
This package installs the tool for Python 3.
|