File: control

package info (click to toggle)
namecheap 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 244 kB
  • sloc: python: 587; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,523 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
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: namecheap
Section: python
Priority: optional
Maintainer: Ana Custura <ana@netstat.org.uk>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               dh-exec,
               python3-all,
               python3-setuptools,
               python3-requests,
               python3-nose
Standards-Version: 4.4.1
Homepage: https://github.com/Bemmu/PyNamecheap/releases
Vcs-Git: https://salsa.debian.org/python-team/modules/namecheap.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/namecheap

Package: python3-namecheap
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-requests
Description: API library for DNS provider Namecheap (Python 3)
 This package provides support for registering a domain, checking domain name
 availability, listing registered domains, getting contact information for a
 domain, setting DNS info to default values and setting DNS host records.
 .
 This package installs the library for Python 3.

Package: namecheap
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-namecheap (= ${binary:Version})
Description: API command line client for DNS provider Namecheap (Python 3)
 This package provides a command line tool which supports registering a domain,
 checking domain name availability, listing registered domains, getting contact
 information for a domain, setting DNS info to default values and setting DNS
 host records.
 .
 This package installs the CLI tool for Python 2.