Metadata-Version: 2.4
Name: pyvit
Version: 0.2.1
Summary: Python Vehicle Inteface Toolkit
Home-page: http://github.com/linklayer/pyvit
Author: Eric Evenchick
Author-email: eric@evenchick.com
License: GPLv3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Embedded Systems
License-File: LICENSE.rst
Requires-Dist: pyserial>=3.2.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

=======================================
pyvit: Python Vehicle Interface Toolkit
=======================================

.. image:: https://circleci.com/gh/linklayer/pyvit/tree/master.svg?style=shield
    :target: https://circleci.com/gh/linklayer/pyvit/tree/master

.. image:: https://api.codacy.com/project/badge/Grade/3b486b7cae5d40bd95fbed7ae1ad59fd
	   :target: https://www.codacy.com/app/linklayer/pyvit?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=linklayer/pyvit&amp;utm_campaign=Badge_Grade

pyvit is a toolkit for interfacing with cars from Python. It aims to implement
common hardware interfaces and protocols used in the automotive systems.

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

pyvit can be installed with pip: ``pip install pyvit``.

See the `Getting Started`_ document for detailed instructions.

.. _`Getting Started`: https://github.com/linklayer/pyvit/blob/master/docs/getting-started.rst

Contributing
------------

For information on contributing, please see the `contribution guidelines`_.

.. _`contribution guidelines`: https://github.com/linklayer/pyvit/blob/master/CONTRIBUTING.rst
