Metadata-Version: 2.1
Name: stucancommon
Version: 0.9.2
Summary: Package that let access a CAN bus
Home-page: https://github.com/studer-innotec/stucancommon
Author: Studer Innotec SA
Author-email: develop@studer-innotec.com
Maintainer-email: develop@studer-innotec.com
License: MIT
Project-URL: Documentation, https://stucancommon.readthedocs.io/en/latest/index.html
Project-URL: Issues tracker, https://github.com/studer-innotec/stucancommon/issues
Project-URL: Source Code, https://github.com/studer-innotec/stucancommon
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.8
Description-Content-Type: text/x-rst
Requires-Dist: python-can (>=3.3.2)

Package **stucancommon**
=========================

Python library to access a CAN bus, dependency for the *xcomcan* package

Prerequisites
----------------

Please read the complete documentation available on : `Studer Innotec SA`_ *-> Support -> Download Center -> Software and Updates -> Communication protocols Xcom-CAN*

Getting Started
----------------

1. Package installation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: console

    $ pip install xcomcan

2. Going further
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Please visit `Read The Docs`_ of *xcomcan* package for next steps.

Authors
----------------

**Studer Innotec SA** - *Initial work* - `Studer Innotec SA`_

License
----------------

This project is licensed under the MIT License - see the `LICENSE`_ file for details

.. External References:
.. _Studer Innotec SA: https://www.studer-innotec.com
.. _Read The Docs: https://xcomcan.readthedocs.io/en/latest/index.html
.. _LICENSE: https://xcomcan.readthedocs.io/en/latest/license.html


