Add 'tartiflette' an 'tartiflette-aiohttp' for Python 3.6.

This commit is contained in:
Stan Chollet 2019-03-08 19:08:57 +01:00
parent e294d63781
commit 8f5975746b
No known key found for this signature in database
GPG Key ID: D9ADFF3AC2688147
1 changed files with 8 additions and 0 deletions

View File

@ -609,6 +609,14 @@ Code Formatters
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
* [wxPython](https://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
## GraphQL
*Libraries for working with GraphQL.*
* [tartiflette](https://tartiflette.io) - GraphQL Implementation, SDL First, for python 3.6+ / asyncio.
* [tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - Wrapper of tartiflette to expose GraphQL API over HTTP based on aiohttp / 3.6+ / asyncio.
* [tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - a wrapper that provides ASGI support for the Tartiflette Python GraphQL engine.
## Game Development
*Awesome game development libraries.*