testpypi-canmatrix


Nametestpypi-canmatrix JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryAutomotive Communication Matrix
upload_time2025-02-15 16:26:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-2-Clause
keywords can canbus dbc arxml kcd dbf sym fibex eds automotive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ## **Canmatrix** is a python package to read and write several CAN (Controller Area Network) database formats. ##
[![PyPI](https://img.shields.io/pypi/v/canmatrix.svg)](https://pypi.org/project/canmatrix/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/canmatrix.svg)](https://pypi.org/project/canmatrix/)
[![Codecov branch](https://img.shields.io/codecov/c/github/ebroecker/canmatrix/development.svg)](https://codecov.io/gh/ebroecker/canmatrix/)
[![GitHub issues](https://img.shields.io/github/issues-raw/ebroecker/canmatrix.svg)](https://github.com/ebroecker/canmatrix/issues)


## About

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

- Multiple formats automotive related communication matrix file parsing.
- CAN message encoding and decoding.

**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 or CANopen eds)

    .ldf (lin bus) 

    .odx (diagnostic file)

    .eds


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

Project Homepage: https://github.com/ebroecker/canmatrix

Documentation: https://canmatrix.readthedocs.io

## Installation

https://canmatrix.readthedocs.io/en/latest/installation.html

[Chinese Translation / 安装中文方法解释及注意事项](https://github.com/ebroecker/canmatrix/wiki/%E5%AE%89%E8%A3%85%E4%B8%AD%E6%96%87%E6%96%B9%E6%B3%95%E8%A7%A3%E9%87%8A%E5%8F%8A%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9)

## Contributing

Source Code, Documentation, Examples, Report issues and Any other contributions are **extremely appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request





Have Fun,

feel free to contact me for any suggestions

Eduard

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "testpypi-canmatrix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "CAN, canbus, dbc, arxml, kcd, dbf, sym, fibex, eds, automotive",
    "author": null,
    "author_email": "Eduard Br\u00f6cker <eduard@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/59/f1/4a025f542a1a2e837d069d98b9c9f79280fa19215e73ded575402e2c5099/testpypi_canmatrix-0.0.0.tar.gz",
    "platform": null,
    "description": "## **Canmatrix** is a python package to read and write several CAN (Controller Area Network) database formats. ##\n[![PyPI](https://img.shields.io/pypi/v/canmatrix.svg)](https://pypi.org/project/canmatrix/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/canmatrix.svg)](https://pypi.org/project/canmatrix/)\n[![Codecov branch](https://img.shields.io/codecov/c/github/ebroecker/canmatrix/development.svg)](https://codecov.io/gh/ebroecker/canmatrix/)\n[![GitHub issues](https://img.shields.io/github/issues-raw/ebroecker/canmatrix.svg)](https://github.com/ebroecker/canmatrix/issues)\n\n\n## About\n\n***Canmatrix*** implements a \"Python Can Matrix Object\" which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...)\n***Canmatrix*** also includes two **Tools** (canconvert and cancompare) for converting and comparing **CAN** databases.\n\n- Multiple formats automotive related communication matrix file parsing.\n- CAN message encoding and decoding.\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 or CANopen eds)\n\n    .ldf (lin bus) \n\n    .odx (diagnostic file)\n\n    .eds\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\nProject Homepage: https://github.com/ebroecker/canmatrix\n\nDocumentation: https://canmatrix.readthedocs.io\n\n## Installation\n\nhttps://canmatrix.readthedocs.io/en/latest/installation.html\n\n[Chinese Translation / \u5b89\u88c5\u4e2d\u6587\u65b9\u6cd5\u89e3\u91ca\u53ca\u6ce8\u610f\u4e8b\u9879](https://github.com/ebroecker/canmatrix/wiki/%E5%AE%89%E8%A3%85%E4%B8%AD%E6%96%87%E6%96%B9%E6%B3%95%E8%A7%A3%E9%87%8A%E5%8F%8A%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9)\n\n## Contributing\n\nSource Code, Documentation, Examples, Report issues and Any other contributions are **extremely appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\n\n\n\nHave Fun,\n\nfeel free to contact me for any suggestions\n\nEduard\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Automotive Communication Matrix",
    "version": "0.0.0",
    "project_urls": {
        "documentation": "https://canmatrix.readthedocs.io",
        "homepage": "https://github.com/ebroecker/canmatrix",
        "repository": "https://github.com/ebroecker/canmatrix"
    },
    "split_keywords": [
        "can",
        " canbus",
        " dbc",
        " arxml",
        " kcd",
        " dbf",
        " sym",
        " fibex",
        " eds",
        " automotive"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd6d668db703b1a8b12d9f9ab0bc89fac1e377ce39dedd9dc8534861583af01d",
                "md5": "fc653c63b25d466447ccffe7876f5c94",
                "sha256": "676601da542dae6c0623d85923b29a1e055941bfaedc931ce7fb13e0a7cea828"
            },
            "downloads": -1,
            "filename": "testpypi_canmatrix-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc653c63b25d466447ccffe7876f5c94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 206355,
            "upload_time": "2025-02-15T16:26:44",
            "upload_time_iso_8601": "2025-02-15T16:26:44.357364Z",
            "url": "https://files.pythonhosted.org/packages/cd/6d/668db703b1a8b12d9f9ab0bc89fac1e377ce39dedd9dc8534861583af01d/testpypi_canmatrix-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59f14a025f542a1a2e837d069d98b9c9f79280fa19215e73ded575402e2c5099",
                "md5": "79c6203b6d0bb8deedd1f34c6eb17029",
                "sha256": "386f990e50671e819ce7d725f2a2f3cb3b1bdc361f37f7c678b04b7c7593421d"
            },
            "downloads": -1,
            "filename": "testpypi_canmatrix-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "79c6203b6d0bb8deedd1f34c6eb17029",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 210040,
            "upload_time": "2025-02-15T16:26:47",
            "upload_time_iso_8601": "2025-02-15T16:26:47.473624Z",
            "url": "https://files.pythonhosted.org/packages/59/f1/4a025f542a1a2e837d069d98b9c9f79280fa19215e73ded575402e2c5099/testpypi_canmatrix-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 16:26:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ebroecker",
    "github_project": "canmatrix",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "tox": true,
    "lcname": "testpypi-canmatrix"
}
        
Elapsed time: 1.37567s