can-isotp-fork


Namecan-isotp-fork JSON
Version 1.9 PyPI version JSON
download
home_page
SummaryModule enabling the IsoTP protocol defined by ISO-15765
upload_time2023-10-27 09:22:47
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords isotp can iso-15765 15765 iso15765
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            python-can-isotp-fork

################



.. image:: https://app.travis-ci.com/pylessard/python-can-isotp.svg?branch=master



This project is a Python package meant to provide support for IsoTP (ISO-15765) protocol written in Python 3.



This package contains a Python implementation of the protocol that works in the user space that may or may not be coupled with `python-can <https://python-can.readthedocs.io>`_. It also contains a wrapper for a simplified usage of the `Linux SocketCAN IsoTP kernel module <https://github.com/hartkopp/can-isotp>`__



Documentation

-------------



The documentation is available here :   http://can-isotp.readthedocs.io



Requirements

------------



 - Python 3+



Installation

------------



using pip::



    pip install can-isotp-fork


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "can-isotp-fork",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "isotp,can,iso-15765,15765,iso15765",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/9e/99/205fee1e85ead7dc155af69d0358cb57e17cf70f36534fa39c6edc02dc77/can-isotp-fork-1.9.tar.gz",
    "platform": null,
    "description": "python-can-isotp-fork\r\n\r\n################\r\n\r\n\r\n\r\n.. image:: https://app.travis-ci.com/pylessard/python-can-isotp.svg?branch=master\r\n\r\n\r\n\r\nThis project is a Python package meant to provide support for IsoTP (ISO-15765) protocol written in Python 3.\r\n\r\n\r\n\r\nThis package contains a Python implementation of the protocol that works in the user space that may or may not be coupled with `python-can <https://python-can.readthedocs.io>`_. It also contains a wrapper for a simplified usage of the `Linux SocketCAN IsoTP kernel module <https://github.com/hartkopp/can-isotp>`__\r\n\r\n\r\n\r\nDocumentation\r\n\r\n-------------\r\n\r\n\r\n\r\nThe documentation is available here :   http://can-isotp.readthedocs.io\r\n\r\n\r\n\r\nRequirements\r\n\r\n------------\r\n\r\n\r\n\r\n - Python 3+\r\n\r\n\r\n\r\nInstallation\r\n\r\n------------\r\n\r\n\r\n\r\nusing pip::\r\n\r\n\r\n\r\n    pip install can-isotp-fork\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module enabling the IsoTP protocol defined by ISO-15765",
    "version": "1.9",
    "project_urls": null,
    "split_keywords": [
        "isotp",
        "can",
        "iso-15765",
        "15765",
        "iso15765"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "492713f947ff45e210eee91c7d879a6fdceb258e5118c07a52c8919b6067af79",
                "md5": "11a0116856d567f17092cb31d8260a00",
                "sha256": "075cbe34f16b7886f33173062b92ed69d259616c0d077f3ec41db4b072e39837"
            },
            "downloads": -1,
            "filename": "can_isotp_fork-1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11a0116856d567f17092cb31d8260a00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 23511,
            "upload_time": "2023-10-27T09:22:46",
            "upload_time_iso_8601": "2023-10-27T09:22:46.333411Z",
            "url": "https://files.pythonhosted.org/packages/49/27/13f947ff45e210eee91c7d879a6fdceb258e5118c07a52c8919b6067af79/can_isotp_fork-1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e99205fee1e85ead7dc155af69d0358cb57e17cf70f36534fa39c6edc02dc77",
                "md5": "fc2b8412bdfd11ae724df3bdeb443860",
                "sha256": "4b71698a4a479690ad1a5cb73535d24cbee90810963cb50d3d944732c62720fe"
            },
            "downloads": -1,
            "filename": "can-isotp-fork-1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "fc2b8412bdfd11ae724df3bdeb443860",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 36369,
            "upload_time": "2023-10-27T09:22:47",
            "upload_time_iso_8601": "2023-10-27T09:22:47.946756Z",
            "url": "https://files.pythonhosted.org/packages/9e/99/205fee1e85ead7dc155af69d0358cb57e17cf70f36534fa39c6edc02dc77/can-isotp-fork-1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 09:22:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "can-isotp-fork"
}
        
Elapsed time: 0.13098s