Source: python-can Section: python Priority: optional Maintainer: IOhannes m zmölnig (Debian/GNU) Uploaders: Debian Python Modules Team Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-future, python3-hypothesis, python3-mock, python3-mypy-extensions, python3-nose, python3-pytest, python3-serial, python3-setuptools, python3-wrapt, python3-sphinx, python3-sphinxcontrib.programoutput, Testsuite: autopkgtest-pkg-python Standards-Version: 4.4.1 Rules-Requires-Root: no Homepage: https://bitbucket.org/hardbyte/python-can Vcs-Git: https://salsa.debian.org/python-team/modules/python-can.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-can Package: python3-can Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-serial, python3-pkg-resources, Recommends: ${python3:Recommends}, Suggests: python-can-doc, ${python3:Suggests}, Description: Controller Area Network (CAN) interface module The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priority based bus arbitration, reliable deterministic communication. It is used in cars, trucks, boats, wheelchairs and more. . The 'can' package provides controller area network support for Python developers; providing "common abstractions to different hardware devices", and a suite of utilities for sending and receiving messages on a can bus. . This package provides the bindings for Python 3.x (and some logging utilities) Package: python-can-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: Controller Area Network (CAN) interface module - API documentation The Controller Area Network (CAN, aka "CAN bus") is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priority based bus arbitration, reliable deterministic communication. It is used in cars, trucks, boats, wheelchairs and more. . The 'can' package provides controller area network support for Python developers; providing "common abstractions to different hardware devices", and a suite of utilities for sending and receiving messages on a can bus. . This package provides the API documentation.