isotp-with-measurement


Nameisotp-with-measurement JSON
Version 2.0 PyPI version JSON
download
home_page
SummaryModule enabling the IsoTP protocol defined by ISO-15765
upload_time2023-11-06 11:35:20
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.
            isotp-with-measurement

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



.. 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 isotp-with-measurement


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "isotp-with-measurement",
    "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/f6/32/03fba41ffd12979dd8f021c06b5e408ed41b2e6c1da46a574f8adc1efa45/isotp-with-measurement-2.0.tar.gz",
    "platform": null,
    "description": "isotp-with-measurement\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 isotp-with-measurement\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module enabling the IsoTP protocol defined by ISO-15765",
    "version": "2.0",
    "project_urls": null,
    "split_keywords": [
        "isotp",
        "can",
        "iso-15765",
        "15765",
        "iso15765"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca000184093e49431db7b6bdb8308c385a810f3f9fc1d06667ae20767de12295",
                "md5": "f8e64599691fa0887a26e4d135aff2e0",
                "sha256": "9e5070a6fb2d66118818d9dbb1a5bcb4329aba547bc5a2ce4a78fb4c97ab655a"
            },
            "downloads": -1,
            "filename": "isotp_with_measurement-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8e64599691fa0887a26e4d135aff2e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 22844,
            "upload_time": "2023-11-06T11:35:18",
            "upload_time_iso_8601": "2023-11-06T11:35:18.713767Z",
            "url": "https://files.pythonhosted.org/packages/ca/00/0184093e49431db7b6bdb8308c385a810f3f9fc1d06667ae20767de12295/isotp_with_measurement-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f63203fba41ffd12979dd8f021c06b5e408ed41b2e6c1da46a574f8adc1efa45",
                "md5": "bab68a2f46994d968924c70da5853958",
                "sha256": "f8be7300cb36cd02f935ec4ddb97db457ff9dfe66533d34d3f8dedda614f8af6"
            },
            "downloads": -1,
            "filename": "isotp-with-measurement-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bab68a2f46994d968924c70da5853958",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 35967,
            "upload_time": "2023-11-06T11:35:20",
            "upload_time_iso_8601": "2023-11-06T11:35:20.681331Z",
            "url": "https://files.pythonhosted.org/packages/f6/32/03fba41ffd12979dd8f021c06b5e408ed41b2e6c1da46a574f8adc1efa45/isotp-with-measurement-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 11:35:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "isotp-with-measurement"
}
        
Elapsed time: 0.13498s