python-can 4.0.0~github-4 source package in Ubuntu

Changelog

python-can (4.0.0~github-4) unstable; urgency=medium

  * Skip LittleEndian-tests on BigEndian archs
  * Switch upstream homepage to github

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 17 Aug 2022 10:27:17 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-can_4.0.0~github-4.dsc 2.8 KiB f80100c51fbc0948b5c1d294056f032b86b3fc7a971ac04dbcdbad979880d098
python-can_4.0.0~github.orig.tar.gz 1.1 MiB a4d32d916d3791751da02e68f5a4d075deda8fcf037d72b38d5cd1f6d2f9c299
python-can_4.0.0~github-4.debian.tar.xz 12.0 KiB a4f16b1cdf8e686168e329dc63fcac237d3997c58790d0df95bcdd8e79dd044e

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)