File: control

package info (click to toggle)
python-smstrade 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 188 kB
  • ctags: 103
  • sloc: python: 753; makefile: 8
file content (85 lines) | stat: -rw-r--r-- 3,177 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Source: python-smstrade
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9), python, python3
Build-Depends-Indep: dh-python,
                     python-appdirs,
                     python-httpretty,
                     python-pytest,
                     python-requests,
                     python-setuptools,
                     python-six,
                     python-vcversioner,
                     python3-appdirs,
                     python3-httpretty,
                     python3-pytest,
                     python3-requests,
                     python3-setuptools,
                     python3-six,
                     python3-vcversioner
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/smstrade/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-smstrade/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-smstrade/trunk/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-smstrade
Architecture: all
Depends: python-appdirs,
         python-pkg-resources,
         python-requests,
         python-six,
         ${misc:Depends},
         ${python:Depends}
Suggests: python-smstrade-doc
Description: Python library to send SMS via the smstrade service (Python 2)
 python-smstrade lets you send SMS via and retrieve your account balance from
 the service of smstrade.eu.
 .
 The package comes with two command line utilities smstrade_send and
 smstrade_balance to access the library functionality from the command line.
 .
 The package may be used for alerting in monitoring applications or other
 scenarios where sending SMS might be useful.
 .
 This is the Python 2 version of the package.

Package: python3-smstrade
Architecture: all
Depends: python3-appdirs,
         python3-pkg-resources,
         python3-requests,
         python3-six,
         ${misc:Depends},
         ${python3:Depends}
Suggests: python-smstrade-doc
Description: Python library to send SMS via the smstrade service (Python 3)
 python-smstrade lets you send SMS via and retrieve your account balance from
 the service of smstrade.eu.
 .
 The package comes with two command line utilities smstrade_send and
 smstrade_balance to access the library functionality from the command line.
 .
 The package may be used for alerting in monitoring applications or other
 scenarios where sending SMS might be useful.
 .
 This is the Python 3 version of the package.

Package: python-smstrade-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Python library to send SMS via the smstrade service (documentation)
 python-smstrade lets you send SMS via and retrieve your account balance from
 the service of smstrade.eu.
 .
 The package comes with two command line utilities smstrade_send and
 smstrade_balance to access the library functionality from the command line.
 .
 The package may be used for alerting in monitoring applications or other
 scenarios where sending SMS might be useful.
 .
 This is the common documentation for the package.