python-can 1.5.2-3 source package in Ubuntu

Changelog

python-can (1.5.2-3) unstable; urgency=medium

  * Added python-can-doc package
    * Build documentation with sphinx
    * Added missing sphinx-config
    * B-D on sphinx
  * Multi-line dependencies and suggest -doc package.
  * Fixed description.

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 26 Sep 2016 17:16:19 +0200

Upload details

Uploaded by:
IOhannes m zmoelnig
Uploaded to:
Sid
Original maintainer:
IOhannes m zmoelnig
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_1.5.2-3.dsc 2.2 KiB 96917481b881c6ee0f4100b8aefd93571314ca974bfb05461c7b9dde2462142c
python-can_1.5.2.orig.tar.gz 76.1 KiB edabb426e6cd11c2dc7a98980340135aa0eb02143b0d51bf14e3e6178c131cc3
python-can_1.5.2-3.debian.tar.xz 5.1 KiB cf68309dec8cd6d947ca107e2844a6ad5902e6844010ef915349f81d172fc81b

No changes file available.

Binary packages built by this source

python-can: No summary available for python-can in ubuntu artful.

No description available for python-can in ubuntu artful.

python-can-doc: No summary available for python-can-doc in ubuntu zesty.

No description available for python-can-doc in ubuntu zesty.

python3-can: 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)