Metadata-Version: 2.1
Name: connectedcarscomm
Version: 0.1.0
Summary: Simple communication library for ConnectedCars.io
Home-page: https://github.com/heslegrave/connectedcarscomm
Author: Jais Heslegrave
Author-email: heslegrave@gmail.com
License: UNKNOWN
Description: # Simple communication library for ConnectedCars.io
        
        This simple communication layer is originally created to accommodate a Home Assistant integration. Purpose is to pull current state of a vehicle connected to ConnectedCars.io (for instance with MinVolkswagen).
        
        ## Installation
        
        ```pip install connectedcarscomm```
        
        ## Namespace
        
        Connected Cars needs a namespace to work. In my case (using MinVolkswagen) this was `semler:minvolkswagen`.
        
        ## Supplied queries
        
        The package comes with three predefined queries:
        
        - `QUERY_CURRENT_STATE`
        - `QUERY_USER`
        - `QUERY_VEHICLE_VIN`
        
Keywords: ConnectedCars,Audi,Volkswagen,Skoda,SEAT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
