Metadata-Version: 2.0
Name: gorealtime
Version: 0.1-dev
Summary: Python gorealtime client
Home-page: https://gorealtime.io
Author: Joe Alcorn
Author-email: joe@gorealtime.io
License: MIT
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

# gorealtime-python

## Quickstart

```python

    import gorealtime
    client = gorealtime.Client('app_key', 'app_secret')
    client.push('Example message', ['channel1', 'second_channel'])
```

## Installation

Installation is done using `pip`

`$ pip install gorealtime`

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/gorealtime/gorealtime-python.git`

# Links
- [Docs](http://gorealtime-python.readthedocs.org/en/latest/)
- [Issues](https://github.com/gorealtime/gorealtime-python/issues)


