can-isotp


Namecan-isotp JSON
Version 2.0.4 PyPI version JSON
download
home_pagehttps://github.com/pylessard/python-can-isotp
SummaryModule enabling the IsoTP protocol defined by ISO-15765
upload_time2024-02-06 05:09:31
maintainer
docs_urlNone
authorPier-Yves Lessard
requires_python>=3.7
licenseMIT
keywords isotp can iso-15765 15765 iso15765
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            python-can-isotp
################

.. 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. The code is published under MIT license on GitHub (`pylessard/python-can-isotp <https://github.com/pylessard/python-can-isotp>`_).

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 :   https://can-isotp.readthedocs.io

Requirements
------------

 - Python 3.7+

Installation
------------

using pip::

    pip install can-isotp

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pylessard/python-can-isotp",
    "name": "can-isotp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "isotp,can,iso-15765,15765,iso15765",
    "author": "Pier-Yves Lessard",
    "author_email": "py.lessard@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/12/0b/35c6d46b066eb8d6fb914ed5a5ea14a800b8d2abb3ef2771fe05b4080c9b/can-isotp-2.0.4.tar.gz",
    "platform": null,
    "description": "python-can-isotp\n################\n\n.. image:: https://app.travis-ci.com/pylessard/python-can-isotp.svg?branch=master\n\nThis project is a Python package meant to provide support for IsoTP (ISO-15765) protocol written in Python 3. The code is published under MIT license on GitHub (`pylessard/python-can-isotp <https://github.com/pylessard/python-can-isotp>`_).\n\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>`__\n\nDocumentation\n-------------\n\nThe documentation is available here :   https://can-isotp.readthedocs.io\n\nRequirements\n------------\n\n - Python 3.7+\n\nInstallation\n------------\n\nusing pip::\n\n    pip install can-isotp\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module enabling the IsoTP protocol defined by ISO-15765",
    "version": "2.0.4",
    "project_urls": {
        "Download": "https://github.com/pylessard/python-can-isotp/archive/v2.0.4.tar.gz",
        "Homepage": "https://github.com/pylessard/python-can-isotp"
    },
    "split_keywords": [
        "isotp",
        "can",
        "iso-15765",
        "15765",
        "iso15765"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0005839275d3a528ee9b5f677bd591f8b51afab245f35493138d891281524538",
                "md5": "337306a5bae5fe9a7ecc03efa9e9e283",
                "sha256": "32b235fdb7e30f8005a875d3682339ef1123b92c2e76e97a299d5347c88630e2"
            },
            "downloads": -1,
            "filename": "can_isotp-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "337306a5bae5fe9a7ecc03efa9e9e283",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 34016,
            "upload_time": "2024-02-06T05:09:30",
            "upload_time_iso_8601": "2024-02-06T05:09:30.192712Z",
            "url": "https://files.pythonhosted.org/packages/00/05/839275d3a528ee9b5f677bd591f8b51afab245f35493138d891281524538/can_isotp-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "120b35c6d46b066eb8d6fb914ed5a5ea14a800b8d2abb3ef2771fe05b4080c9b",
                "md5": "8f8f9435f28196041a5964dcbb7c8a9b",
                "sha256": "2cbe8bfc0d4a9357024657ac63cdc9bb9937e3df6789095112ad62d0073cd2a7"
            },
            "downloads": -1,
            "filename": "can-isotp-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8f8f9435f28196041a5964dcbb7c8a9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 51436,
            "upload_time": "2024-02-06T05:09:31",
            "upload_time_iso_8601": "2024-02-06T05:09:31.918157Z",
            "url": "https://files.pythonhosted.org/packages/12/0b/35c6d46b066eb8d6fb914ed5a5ea14a800b8d2abb3ef2771fe05b4080c9b/can-isotp-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 05:09:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pylessard",
    "github_project": "python-can-isotp",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "can-isotp"
}
        
Elapsed time: 0.18505s