Metadata-Version: 1.1
Name: spate
Version: 0.1-dev
Summary: Python spate client
Home-page: https://spate.io
Author: Joe Alcorn
Author-email: joe@gorealtime.io
License: MIT
Description: # spate-python [![Build Status](https://travis-ci.org/spateio/spate-python.svg)](https://travis-ci.org/spateio/spate-python) [![Coverage Status](https://coveralls.io/repos/spateio/spate-python/badge.png)](https://coveralls.io/r/spateio/spate-python)
        
        ## Quickstart
        
        ```python
        
            import spate
            client = spate.Client('app_key', 'app_secret')
            client.push('Example message', ['channel1', 'second_channel'])
        ```
        
        ## Installation
        
        Installation is done using `pip`
        
        `$ pip install spate`
        
        If you want the latest possible version, grab it directly from the git repo.
        However, be careful as this *may be broken*.
        
        `$ pip install git+https://github.com/spateio/spate-python.git`
        
        # Links
        - [Docs](http://spate-python.readthedocs.org/en/latest/)
        - [Issues](https://github.com/spateio/spate-python/issues)
        - [CI](https://travis-ci.org/spateio/spate-python)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
