python-canmatrix 0.9.3~github-2 source package in Ubuntu

Changelog

python-canmatrix (0.9.3~github-2) unstable; urgency=medium

  * Fix dependencies for autopkgtests.
    Thanks to Steve Langasek <email address hidden> (Closes: #1001406)
  * Have canmatrix-utils depend on python3
  * Fix installation path of util scripts
  * Apply 'wrap-and-sort -ast'
  * Bump standards version to 4.6.0

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 13 Dec 2021 09:17:56 +0100

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-canmatrix_0.9.3~github-2.dsc 2.4 KiB fd62ea6381d1b4fd4d04b1c74af26a71781c9e874b4edd06732dcf380d0b4212
python-canmatrix_0.9.3~github.orig.tar.gz 972.7 KiB bb0b2d561cc1b4a20efdbc9ddec3f79034de987a66481fa360f20540fb635b08
python-canmatrix_0.9.3~github-2.debian.tar.xz 5.7 KiB 8f924a60eaf4b905f0605d1d7971f5120db100abb52496f5c7334c761ef2291d

No changes file available.

Binary packages built by this source

canmatrix-utils: Handle CAN (Controller Area Network) descriptions - cmdline utilities

 Canmatrix implements a "Python CAN Matrix Object" which describes the
 CAN-communication itself and some auxiliary objects (Boardunits, Frames,
 Signals, Values, ...)
 Canmatrix also includes two Tools (canconvert and cancompare) for
 converting and comparing CAN databases. There are also some extract and merge
 options for dealing with CAN databases.
 .
 Supported file formats for import:
  * .dbc candb / Vector
  * .dbf Busmaster (open source!)
  * .kcd kayak (open source!)
  * .arxml autosar system description
  * .yaml dump of the Python object
  * .xls(x) excel xls-import, works with .xls-file generated by this lib
  * .sym peak pcan can description
 Supported file formats for export:
  * .dbc
  * .dbf
  * .kcd
  * .xls(x)
  * .json Canard (open source!)
  * .arxml (very basic implementation)
  * .yaml (dump of the Python object)
  * .sym
 .
 This package provides the cmdline tools.

python3-canmatrix: Handle CAN (Controller Area Network) database formats

 Canmatrix implements a "Python CAN Matrix Object" which describes the
 CAN-communication itself and some auxiliary objects (Boardunits, Frames,
 Signals, Values, ...)
 There are also some extract and merge options for dealing with CAN databases.
 .
 Supported file formats for import:
  * .dbc candb / Vector
  * .dbf Busmaster (open source!)
  * .kcd kayak (open source!)
  * .arxml autosar system description
  * .yaml dump of the Python object
  * .xls(x) excel xls-import, works with .xls-file generated by this lib
  * .sym peak pcan can description
 Supported file formats for export:
  * .dbc
  * .dbf
  * .kcd
  * .xls(x)
  * .json Canard (open source!)
  * .arxml (very basic implementation)
  * .yaml (dump of the Python object)
  * .sym
 .
 This package provides the Python-3.x bindings