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.
|