python-canmatrix 0.9.3~github-1ubuntu1 source package in Ubuntu

Changelog

python-canmatrix (0.9.3~github-1ubuntu1) jammy; urgency=medium

  * Add python3-all as a test dep, consistent with use of py3versions -s.
    Closes: #1001406.

 -- Steve Langasek <email address hidden>  Sat, 11 Dec 2021 07:14:00 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 972.7 KiB bb0b2d561cc1b4a20efdbc9ddec3f79034de987a66481fa360f20540fb635b08
python-canmatrix_0.9.3~github-1ubuntu1.debian.tar.xz 5.7 KiB e592d026823569e9d7de6e8616e1e496c09e4206bb1ab1e332c24142f7ceefa9
python-canmatrix_0.9.3~github-1ubuntu1.dsc 2.4 KiB e3b938fe5c40c0b26643592f3fc32a0d0929accc0b6d50c5ee24deba94a1a900

View changes file

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