Skip to content

Commit

Permalink
Add 'tartiflette' an 'tartiflette-aiohttp' for Python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunammis committed Oct 31, 2019
1 parent e294d63 commit 8f59757
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit 8f59757

Please sign in to comment.