[PR #953] [CLOSED] added TBone to RESTful APIs #14556

Closed
opened 2026-05-02 06:34:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/953
Author: @amitnabarro
Created: 10/16/2017
Status: Closed

Base: masterHead: add_tbone


📝 Commits (1)

  • 6e3b99c added TBone to RESTful APIs

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

TBone is a RESTful API library for asyncio-based web applications.
It provides a MongoDB ODM and serializer and tools to easily build real-time RESTful APIs on top of asyncio web frameworks such as Sanic and AioHttp

What's the difference between this Python project and similar ones?

TBone is the first library to provide full-duplex RESTful APIs for nonblocking web applications. Both Sanic and AioHttp only provide the basic http and web socket handlers. TBone builds on top of that and makes it easy to build APIs which are RESTful. In addition, if the app is using MongoDB as a datastore TBone provides an easy-to-use ODM and serializer , which is nonblocking, and integrates well with the API components.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/953 **Author:** [@amitnabarro](https://github.com/amitnabarro) **Created:** 10/16/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add_tbone` --- ### 📝 Commits (1) - [`6e3b99c`](https://github.com/vinta/awesome-python/commit/6e3b99c6e8d0ac9b0e85a1ed44ca2e13aa2b463b) added TBone to RESTful APIs ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? TBone is a RESTful API library for asyncio-based web applications. It provides a MongoDB ODM and serializer and tools to easily build real-time RESTful APIs on top of asyncio web frameworks such as Sanic and AioHttp ## What's the difference between this Python project and similar ones? TBone is the first library to provide full-duplex RESTful APIs for nonblocking web applications. Both Sanic and AioHttp only provide the basic http and web socket handlers. TBone builds on top of that and makes it easy to build APIs which are RESTful. In addition, if the app is using MongoDB as a datastore TBone provides an easy-to-use ODM and serializer , which is nonblocking, and integrates well with the API components. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 06:34:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#14556