Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aiohttp_admin in Python section #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roscopecoltran
Copy link

@@ -144,6 +144,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [Python Eve](http://python-eve.org/) - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.
* [Ramses](https://ramses.readthedocs.org/en/stable/) - Makes RAML files executable by generating production-ready APIs from them at runtime.
* [Flask-Potion](https://github.com/biosustain/potion) - Flask-Potion is a powerful Flask extension for building RESTful JSON APIs. It also provides several Clients for easier access to the API.
* [admin interface for aiohttp application](https://github.com/aio-libs/aiohttp_admin) - aiohttp_admin will help you on building an admin interface on top of an existing data model. Library designed to be database agnostic and decoupled of any ORM or datbase layer. Admin module relies on async/await syntax (PEP492) thus not compatible with Python older then 3.5. It uses ng-admin as front-end layer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks quite long compared to other descriptions. :)

Can we perhaps simplify by the following?

aiohttp Admin Interface - Build an ng-admin powered admin interface on top of an existing aiohttp data model. Due to async await syntax, it requires Python >= 3.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants