python-canmatrix 1.0~github-1 source package in Ubuntu

Changelog

python-canmatrix (1.0~github-1) unstable; urgency=medium

  * New upstream version 1.0~github
    (Closes: #1040280)
    + Drop obsolete patches
  * Update copyright information
    + Bump dates in d/copyright
    + Fix text of BSD-2-clause license
    + Add 'licensecheck' target
    + Generate d/copyright_hints
  * Bump standards version to 4.6.2

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Wed, 26 Jul 2023 16:38:07 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-canmatrix_1.0~github-1.dsc 2.4 KiB 8c8ef3df04e08988897b6fe36bcd593eab789d5f9cad2dd408d01588f71ef919
python-canmatrix_1.0~github.orig.tar.gz 986.2 KiB f92cddf69b68b436637aecc0c737a1baeccf96242b39dc5afe690bcb640b8a91
python-canmatrix_1.0~github-1.debian.tar.xz 6.9 KiB 5fda9ba3c627ef996f14bac28623efbded09640b35e80fa14291b24944a9b460

Available diffs

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