From d702d665c680ef001b13b47127140e39dae49b0d Mon Sep 17 00:00:00 2001 From: roscopecoltran Date: Tue, 23 May 2017 15:47:45 +0200 Subject: [PATCH] Add aiohttp_admin in Python section https://github.com/aio-libs/aiohttp_admin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74739b6..6bc16b0 100644 --- a/README.md +++ b/README.md @@ -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. ### Ruby