python-can 3.3.2.final~github-1 source package in Ubuntu

Changelog

python-can (3.3.2.final~github-1) unstable; urgency=medium

  * New upstream version 3.3.2.final~github
    * Refresh patches

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 16 Sep 2019 11:36:36 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_3.3.2.final~github-1.dsc 2.5 KiB 43febb78027111b567db0a898b4cea08b73b6b00db517462258c837532e1f823
python-can_3.3.2.final~github.orig.tar.gz 955.6 KiB 823f79cdb0fd61759008de7186b6056130d3c4c535f8d5d567ced605bac5b054
python-can_3.3.2.final~github-1.debian.tar.xz 8.9 KiB 7a34cf1cad5772a5a4764993191ba7e2df70ba107954bcc82c469bc4b638453d

No changes file available.

Binary packages built by this source

python-can-doc: 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.

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)