Metadata-Version: 1.0
Name: python-grove
Version: 0.0.1
Summary: A python class to interface with the Grove.io HTTP API
Home-page: https://github.com/nicholasserra/python-grove/
Author: Nicholas Serra
Author-email: nick@528hazelwood.com
License: MIT License
Download-URL: https://github.com/nicholasserra/python-grove/zipball/master
Description: #Overview
        A simple python class to interface with the [Grove.io HTTP API](https://grove.io/help/api).
        
        #Installation
        ```python
        pip install python-grove
        ```
        
        #Usage
        ```python
        import grove
        g = grove.GroveConnection()
        ```
Keywords: python grove grove.io http irc api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
