[PR #1105] [CLOSED] Add Guillotina to the list #7711

Closed
opened 2026-04-18 22:11:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1105
Author: @jordic
Created: 8/15/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 7f3bd0b Add Guillotina to the list
  • 002385b Merge branch 'master' into master

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

https://guillotina.io
Guillotina. The fullstack DataFramwork.
Guillotina is the only full-featured Python AsyncIO REST Resource Application Server designed for high-performance, horizontally scaling solutions.

Why Guillotina

  • Performance: Traditional python web servers limit the number of simultaneous requests to the number of threads running the server. With AsyncIO, you are able to server many simultaneous requests at the same time.

  • Front-end friendly: Guillotina is designed to make your JavaScript engineers happy. With things like automatic swagger documentation for endpoints, OOTB CORS and websockets, your front-end team will be happy to work with Guillotina. We speak JSON but can adapt with any Content-Type payload request/response bodies.

  • AsyncIO: With AsyncIO, websockets are simple. More interestingly, AsyncIO is an ideal match with micro-service architectures.

  • Object model: Guillotina uses a hierarchial object model. This hierarchy of objects then maps to URLs. The hierarchy model is perfect for managing a large number of objects.

  • Security: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks.

  • Scale: With integrations like Redis, ElasticSearch and Cockroach, you have the tools to scale.

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

  • Fast and scalable: Built on AsyncIO, Guillotina scales out of the box by design.
  • Simplicity with batteries included: With features like CORS, Websockets and TUS, Guillotina provides just the right amount of "batteries."
  • Securely organized data: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks.

--

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/1105 **Author:** [@jordic](https://github.com/jordic) **Created:** 8/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7f3bd0b`](https://github.com/vinta/awesome-python/commit/7f3bd0bc5317c031ebaef6989fdc2d8442e250fa) Add Guillotina to the list - [`002385b`](https://github.com/vinta/awesome-python/commit/002385b2da365131d09b460cf6098cc9513130f6) Merge branch 'master' into master ### 📊 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? https://guillotina.io Guillotina. The fullstack DataFramwork. Guillotina is the only full-featured Python AsyncIO REST Resource Application Server designed for high-performance, horizontally scaling solutions. ### Why Guillotina - **Performance**: Traditional python web servers limit the number of simultaneous requests to the number of threads running the server. With AsyncIO, you are able to server many simultaneous requests at the same time. - **Front-end friendly**: Guillotina is designed to make your JavaScript engineers happy. With things like automatic swagger documentation for endpoints, OOTB CORS and websockets, your front-end team will be happy to work with Guillotina. We speak JSON but can adapt with any Content-Type payload request/response bodies. - **AsyncIO**: With AsyncIO, websockets are simple. More interestingly, AsyncIO is an ideal match with micro-service architectures. - **Object model**: Guillotina uses a hierarchial object model. This hierarchy of objects then maps to URLs. The hierarchy model is perfect for managing a large number of objects. - **Security**: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks. - **Scale**: With integrations like Redis, ElasticSearch and Cockroach, you have the tools to scale. ## What's the difference between this Python project and similar ones? - Fast and scalable: Built on AsyncIO, Guillotina scales out of the box by design. - Simplicity with batteries included: With features like CORS, Websockets and TUS, Guillotina provides just the right amount of "batteries." - Securely organized data: Guillotina has a granular, hierarchial, multi-demensional security system that allows you to manage the security of your content at a level not available to other frameworks. -- 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-04-18 22:11:08 -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#7711