Powerful asynchronous library for telegra.ph.
pip install rocketgraph[aiohttp]
pip install rocketgraph[aiohttp,ujson,uvloop]
All dependencies are optional but you should install one of aiohttp
and tornado
to use framework.
ujson
is highly recommended to speedup json parsing.
Also you can use uvloop
as alternative to standard event loop.
- Python >= 3.7
- aiohttp >= 3.5.4
- ujson >= 1.35
- tornado >= 6.0.2
- uvloop >= 0.12.1
WIP
Code tested automatically using travis
. You can see build status here.
To test code manually install and run pytest
:
pip install pytest
python -m pytest