TBone Framework

TBone is a framework for building full-duplex, RESTful APIs on top of a Python asynchronous web-server using asyncio.

TBone is web-server agnostic, provided that the web-server is built on asyncio. It works out-of-the-box with Sanic or Aiohttp and can be extended for other asyncio-based web-servers as well. TBone was designed to be nonblocking and every component is implemented such that it works with the asyncio event loop