{"id":13741252,"url":"https://github.com/ebroecker/canmatrix","last_synced_at":"2025-05-13T18:15:16.038Z","repository":{"id":7918939,"uuid":"9304497","full_name":"ebroecker/canmatrix","owner":"ebroecker","description":"Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd ...","archived":false,"fork":false,"pushed_at":"2025-05-06T08:42:22.000Z","size":7203,"stargazers_count":972,"open_issues_count":22,"forks_count":413,"subscribers_count":72,"default_branch":"development","last_synced_at":"2025-05-06T09:46:52.591Z","etag":null,"topics":["arxml","can","canbus","compare","convert","dbc","dbf","dissector","fibex","json","kcd","modify","python","sym","xlsx"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ebroecker.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-04-08T19:08:14.000Z","updated_at":"2025-05-06T08:42:27.000Z","dependencies_parsed_at":"2023-01-16T19:45:10.386Z","dependency_job_id":"bee09e12-9edf-4cc2-8a25-d61352104956","html_url":"https://github.com/ebroecker/canmatrix","commit_stats":{"total_commits":1000,"total_committers":77,"mean_commits":"12.987012987012987","dds":0.532,"last_synced_commit":"698c36be9c62a68d3062daa2d44369199a46e50c"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebroecker%2Fcanmatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebroecker%2Fcanmatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebroecker%2Fcanmatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebroecker%2Fcanmatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebroecker","download_url":"https://codeload.github.com/ebroecker/canmatrix/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000885,"owners_count":21997443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arxml","can","canbus","compare","convert","dbc","dbf","dissector","fibex","json","kcd","modify","python","sym","xlsx"],"created_at":"2024-08-03T04:00:57.213Z","updated_at":"2025-05-13T18:15:15.997Z","avatar_url":"https://github.com/ebroecker.png","language":"Python","readme":"Canmatrix is a python package to read and write several CAN (Controller Area Network) database formats.\n-------------------------------------------------------------------------------------------------------\n\n|pypi| |pypi_version| |codecov| |issues|\n\n.. |pypi| image:: https://img.shields.io/pypi/v/python-can.svg\n   :target: https://pypi.python.org/pypi/python-can\n   :alt: Latest Version on PyPi\n\n.. |pypi_version| image:: https://img.shields.io/pypi/pyversions/canmatrix.svg\n   :target: https://pypi.org/project/canmatrix\n   :alt: Support Version on PyPi\n\n.. |codecov| image:: https://img.shields.io/codecov/c/github/ebroecker/canmatrix/development.svg\n   :target: https://codecov.io/gh/ebroecker/canmatrix\n   :alt: Test coverage reports on Codecov\n\n.. |issues| image:: https://img.shields.io/github/issues-raw/ebroecker/canmatrix.svg\n   :target: https://github.com/ebroecker/canmatrix/issue\n   :alt: Current Github Issues\n\nAbout\n-----\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\nInstallation\n------------\n\nhttps://canmatrix.readthedocs.io/en/latest/installation.html\n\n`Chinese Translation / 中文安装方法解释及注意事项 \u003chttps://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\u003e`_\n\nContributing\n------------\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\nHave Fun,\n\nfeel free to contact me for any suggestions\n\nEduard\n","funding_links":[],"categories":["Libraries and Tools","Network and Middleware","CAN Database","System"],"sub_categories":["Python","Controller Area Network","Converters and Parsers","Network and Middleware"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febroecker%2Fcanmatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febroecker%2Fcanmatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febroecker%2Fcanmatrix/lists"}