File: control

package info (click to toggle)
python-openleadr-python 0.5.34%2Bdfsg.1-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 1,496 kB
  • sloc: python: 6,942; xml: 663; makefile: 32; sh: 18
file content (52 lines) | stat: -rw-r--r-- 1,916 bytes parent folder | download | duplicates (2)
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
Source: python-openleadr-python
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               iso-codes,
               pandoc,
               python3-aiohttp,
               python3-all,
               python3-apscheduler,
               python3-jinja2,
               python3-pytest-asyncio,
               python3-setuptools,
               python3-signxml,
               python3-sphinx,
               python3-sphinxcontrib.apidoc,
               python3-termcolor,
               python3-xmltodict
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/OpenLEADR/openleadr-python

Package: python3-openleadr-python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-openleadr-python-doc
Description: Python 3 module for OpenADR systems (Python 3)
 OpenLEADR is a Python 3 module that provides a convenient interface to
 OpenADR systems. It contains an OpenADR Client that you can use to talk to
 other OpenADR systems, and it contains an OpenADR Server (VTN) with
 convenient integration possibilities.
 .
 It currently implements the OpenADR 2.0b specification.
 .
 This package installs the library for Python 3.

Package: python-openleadr-python-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python 3 module for OpenADR systems (common documentation)
 OpenLEADR is a Python 3 module that provides a convenient interface to
 OpenADR systems. It contains an OpenADR Client that you can use to talk to
 other OpenADR systems, and it contains an OpenADR Server (VTN) with
 convenient integration possibilities.
 .
 It currently implements the OpenADR 2.0b specification.
 .
 This is the common documentation package.