Metadata-Version: 2.0
Name: rocket-snake
Version: 0.1.2
Summary: Rocket Snake is a client library to access the rocketleaguestats.com API in python with async code.
Home-page: https://github.com/drummersbrother/rocket_snake
Author: Hugo Berg
Author-email: hb11002@icloud.com
License: Apache
Keywords: rocket_snake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: aiodns (>=1.1.1)
Requires-Dist: aiohttp (>=2.2.3)
Requires-Dist: apiwrapper
Requires-Dist: async-timeout (>=1.2.1)
Requires-Dist: asyncio (>=3.4.3)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: multidict (>=3.1.3)
Requires-Dist: pycares (>=2.3.0)
Requires-Dist: yarl (>=0.12.0)

============
Rocket Snake
============
.. image:: https://readthedocs.org/projects/rocket-snake/badge/?version=latest
    :target: http://rocket-snake.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

A python async API client for the https://rocketleaguestats.com/ api.
Get an api key here_.
    .. _here: https://developers.rocketleaguestats.com/
------
Status
------
Stable and supports all the RLS features.

--------------
Documentation?
--------------

Check the docs_ directory or read the online documentation on readthedocs_.
    .. _docs: https://github.com/Drummersbrother/rocket-snake/tree/master/docs
    .. _readthedocs: http://rocket-snake.readthedocs.io/


.. image:: https://github.com/Drummersbrother/rocket-snake/raw/master/rls_partner_horizontal_large.png
    :target: https://github.com/Drummersbrother/rocket-snake/raw/master/rls_partner_horizontal_large.png
    :alt: This app uses data provided by Rocket League Stats.




History
-------

0.1.2 (2017-07-21)
------------------

* First release on PyPI.

0.1.0 (2017-07-21)
------------------

* First release on TestPyPI.


