From 8f5975746b28f5572dd70910de0fc9a5fc9947d8 Mon Sep 17 00:00:00 2001 From: Stan Chollet Date: Fri, 8 Mar 2019 19:08:57 +0100 Subject: [PATCH 1/4] 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 1296f070..d6fd6c3f 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.* From c1281ff837bdf30acf4d52b2ddb5b986c6b6f93a Mon Sep 17 00:00:00 2001 From: Stan Chollet Date: Thu, 7 Nov 2019 14:04:05 +0100 Subject: [PATCH 2/4] Update README.md Co-Authored-By: Florimond Manca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6fd6c3f..d4fbb826 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ Code Formatters *Libraries for working with GraphQL.* -* [tartiflette](https://tartiflette.io) - GraphQL Implementation, SDL First, for python 3.6+ / asyncio. +* [tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and 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. From 3f8b448ff945027ba0ce3d3ac9f9065ffe8834bf Mon Sep 17 00:00:00 2001 From: Stan Chollet Date: Thu, 7 Nov 2019 14:04:12 +0100 Subject: [PATCH 3/4] Update README.md Co-Authored-By: Florimond Manca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4fbb826..5d0b5dc2 100644 --- a/README.md +++ b/README.md @@ -615,7 +615,7 @@ Code Formatters * [tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and 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. +* [tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - ASGI support for the Tartiflette GraphQL engine. ## Game Development From 0ee118a6d53e34405c5d3f5db7c03a2d17b85a9d Mon Sep 17 00:00:00 2001 From: Stan Chollet Date: Thu, 7 Nov 2019 14:04:32 +0100 Subject: [PATCH 4/4] Update README.md Co-Authored-By: Florimond Manca --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d0b5dc2..85980f5f 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ Code Formatters *Libraries for working with GraphQL.* * [tartiflette](https://tartiflette.io) - SDL-first GraphQL engine implementation for Python 3.6+ and 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-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp/) - An `aiohttp`-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. * [tartiflette-asgi](https://github.com/tartiflette/tartiflette-asgi/) - ASGI support for the Tartiflette GraphQL engine. ## Game Development