Metadata-Version: 1.1
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
Description: =======================================
        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
        
Platform: UNKNOWN
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
