canmatrix


Namecanmatrix JSON
Version 1.0 PyPI version JSON
download
home_pagehttp://github.com/ebroecker/canmatrix
Summary
upload_time2023-07-19 20:08:36
maintainerEduard Broecker
docs_urlNone
author
requires_python
licenseBSD
keywords can dbc arxml kcd dbf sym
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
Canmatrix implements a "Python Can Matrix Object" which describes the can-communication
and the needed 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

            .xml (fibex)

            .ldf (lin bus) 

            .odx (diagnostic file)


**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

            .xml (fibex)

            .lua (wireshark script)

            .scapy 




            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/ebroecker/canmatrix",
    "name": "canmatrix",
    "maintainer": "Eduard Broecker",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "eduard@gmx.de",
    "keywords": "CAN dbc arxml kcd dbf sym",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/63/0f/0ffd288a7947af89e05503cb677369f7dfd432b4b0e6844299deba729d22/canmatrix-1.0.tar.gz",
    "platform": "any",
    "description": "\nCanmatrix implements a \"Python Can Matrix Object\" which describes the can-communication\nand the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes\ntwo Tools (canconvert and cancompare) for converting and comparing CAN databases.\nThere are also some extract and merge options for dealing with can databases.\n\n**supported file formats for import:**\n\n            .dbc candb / Vector\n\n            .dbf Busmaster (open source!)\n\n            .kcd kayak (open source!)\n\n            .arxml autosar system description\n\n            .yaml dump of the python object\n\n            .xls(x) excel xls-import, works with .xls-file generated by this lib\n\n            .sym peak pcan can description\n\n            .xml (fibex)\n\n            .ldf (lin bus) \n\n            .odx (diagnostic file)\n\n\n**supported file formats for export:**\n\n            .dbc\n\n            .dbf\n\n            .kcd\n\n            .xls(x)\n\n            .json Canard (open source!)\n\n            .arxml (very basic implementation)\n\n            .yaml (dump of the python object)\n\n            .sym\n\n            .xml (fibex)\n\n            .lua (wireshark script)\n\n            .scapy \n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "",
    "version": "1.0",
    "project_urls": {
        "Homepage": "http://github.com/ebroecker/canmatrix"
    },
    "split_keywords": [
        "can",
        "dbc",
        "arxml",
        "kcd",
        "dbf",
        "sym"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf8a4e48a18feb7d4b7f55f87d71a6c6aba53921f8550c4de3bdaeff312eeb03",
                "md5": "225d4e4e7c93cede5425ecae1ff28ddc",
                "sha256": "6ab38b3db6e8b378e7e24ca7daecb47fd1bbad420bb22a17b157862c284f834b"
            },
            "downloads": -1,
            "filename": "canmatrix-1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "225d4e4e7c93cede5425ecae1ff28ddc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 322613,
            "upload_time": "2023-07-19T20:08:56",
            "upload_time_iso_8601": "2023-07-19T20:08:56.510538Z",
            "url": "https://files.pythonhosted.org/packages/cf/8a/4e48a18feb7d4b7f55f87d71a6c6aba53921f8550c4de3bdaeff312eeb03/canmatrix-1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "630f0ffd288a7947af89e05503cb677369f7dfd432b4b0e6844299deba729d22",
                "md5": "d648bfa4e4827176f9419c4bf6da3c8f",
                "sha256": "2feb2d1160f0b2e1f3eff80255c161902e00e3a62bf3edb603d054f75efdcd10"
            },
            "downloads": -1,
            "filename": "canmatrix-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d648bfa4e4827176f9419c4bf6da3c8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 301471,
            "upload_time": "2023-07-19T20:08:36",
            "upload_time_iso_8601": "2023-07-19T20:08:36.631491Z",
            "url": "https://files.pythonhosted.org/packages/63/0f/0ffd288a7947af89e05503cb677369f7dfd432b4b0e6844299deba729d22/canmatrix-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 20:08:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ebroecker",
    "github_project": "canmatrix",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "appveyor": true,
    "tox": true,
    "lcname": "canmatrix"
}
        
Elapsed time: 0.08957s