aiohttp_admin2
aiohttp_admin2 copied to clipboard
aiohttp admin is generator for admin interface based on aiohttp
.. image:: https://img.shields.io/pypi/v/aiohttp_admin2.svg :target: https://pypi.python.org/pypi/aiohttp_admin2
.. image:: https://github.com/Arfey/aiohttp_admin2/actions/workflows/tests.yaml/badge.svg?branch=master :target: https://github.com/Arfey/aiohttp_admin2/actions/workflows/tests.yaml
.. image:: https://readthedocs.org/projects/aiohttp-admin2/badge/?version=latest :target: https://aiohttp-admin2.readthedocs.io :alt: Documentation Status
.. image:: https://pyup.io/repos/github/arfey/aiohttp_admin2/shield.svg :target: https://pyup.io/repos/github/arfey/aiohttp_admin2/ :alt: Updates
.. image:: https://img.shields.io/badge/PRs-welcome-green.svg :target: https://github.com/Arfey/aiohttp_admin2/issues :alt: PRs Welcome
============= Aiohttp admin
Demo site <https://shrouded-stream-28595.herokuapp.com/>_ | Demo source code <https://github.com/Arfey/aiohttp_admin2/tree/master/demo/main>_.
The aiohttp admin is a library for build admin interface for applications based on the aiohttp. With this library you can ease to generate CRUD views for your data (for data storages which support by aiohttp admin) and flexibly customize representation and access to these.
- Free software: MIT license
- Documentation: https://aiohttp-admin2.readthedocs.io.
Installation
The first step which you need to do it’s installing library
.. code-block:: bash
pip install aiohttp_admin2
.. image:: https://github.com/Arfey/aiohttp_admin2/blob/master/docs/images/index.png?raw=true