Metadata-Version: 2.1
Name: ghlocalapi
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/ludeeus/ghlocalapi
Author: Joakim Sorensen
Author-email: ludeeus@gmail.com
License: UNKNOWN
Description: # GHLocalApi [![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi]
        
        _Python package to interact with the local API of Google Home devices._
        
        This Python package is based of the works of [rithvikvibhu/GHLocalApi][GHLocalApi]
        
        ## Install
        
        ```bash
        pip install ghlocalapi
        ```
        
        Look at the file `example.py` for a usage example.
        
        [travis_status]: https://travis-ci.com/ludeeus/GHLocalApi.svg?branch=master
        [travis]: https://travis-ci.com/ludeeus/ghlocalapi
        [pypi]:https://pypi.org/project/ghlocalapi/
        [pypi_badge]: https://badge.fury.io/py/ghlocalapi.svg
        [GHLocalAPI]: https://github.com/rithvikvibhu/GHLocalApi
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
