Metadata-Version: 2.0
Name: aiohttp-ac-hipchat
Version: 0.3.3
Summary: Aiohttp extension to support Atlassian Connect for HipChat
Home-page: https://bitbucket.org/atlassianlabs/aiohttp_ac_hipchat
Author: Julien Hoarau
Author-email: julien@atlassian.com
License: APLv2
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp
Requires-Dist: motor
Requires-Dist: PyJWT
Requires-Dist: asyncio-redis

aiohttp_ac_hipchat
==================

A Python 3 [aiohttp](aiohttp.readthedocs.org)-based library for building [HipChat Connect add-ons](https://www.hipchat.com/docs/apiv2/addons).  This is an early, alpha-quality release,
but can be used to build real add-ons today.  Future versions may include backward-incompatible changes.

Requirements
------------

- Python >= 3.3
- asyncio https://pypi.python.org/pypi/asyncio

License
-------

``aiohttp_ac_hipchat`` is offered under the Apache 2 license.

Source code
-----------

The latest developer version is available in a BitBucket repository:
https://bitbucket.org/atlassianlabs/aiohttp_ac_hipchat

