Source: python-ocpp
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-jsonschema <!nocheck>,
 python3-hypothesis <!nocheck>,
 python3-poetry-core,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.4
Homepage: https://github.com/mobilityhouse/ocpp
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ocpp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ocpp.git

Package: python3-ocpp
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python implementation of the Open Charge Point Protocol (OCPP).
 The OCPP protocol is used by the electric vehicles to communicate
 with their chargers.
 .
 The chargers can either by connected by plug or overhead pantograph.
 .
 This is a very robust reference implementation of the websockets +
 JSON protocol.
