From 8f5975746b28f5572dd70910de0fc9a5fc9947d8 Mon Sep 17 00:00:00 2001 From: Stan Chollet Date: Fri, 8 Mar 2019 19:08:57 +0100 Subject: [PATCH] Add 'tartiflette' an 'tartiflette-aiohttp' for Python 3.6. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1296f07..d6fd6c3 100644 --- a/README.md +++ b/README.md @@ -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.*