# python-can **Repository Path**: sgnes/python-can ## Basic Information - **Project Name**: python-can - **Description**: The can package provides controller area network support for Python developers - **Primary Language**: Python - **License**: LGPL-3.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-02-02 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python-can ========== |release| |docs| |build| .. |release| image:: https://img.shields.io/pypi/v/python-can.svg :target: https://pypi.python.org/pypi/python-can/ :alt: Latest Version .. |docs| image:: https://readthedocs.org/projects/python-can/badge/?version=latest :target: http://python-can.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status .. |build| image:: https://drone.io/github.com/hardbyte/python-can/status.png :target: https://drone.io/github.com/hardbyte/python-can/latest :alt: CI Server The **C**\ ontroller **A**\ rea **N**\ etwork is a bus standard designed to allow microcontrollers and devices to communicate with each other. It has priority based bus arbitration, reliable deterministic communication. It is used in cars, trucks, boats, wheelchairs and more. The ``can`` package provides controller area network support for Python developers; providing `common abstractions to different hardware devices`, and a suite of utilities for sending and receiving messages on a can bus. The library supports Python 2.7, Python 3.3+ and runs on Mac, Linux and Windows. You can find more information in the documentation, online at `python-can.readthedocs.org `__. Discussion ---------- If you run into bugs, you can file them in our `issue tracker `__. There is also a `python-can `__ mailing list for development discussion. `Stackoverflow `__ has several questions and answers tagged with ``python+can``. Wherever we interact, we strive to follow the `Python Community Code of Conduct `__.