Home
Softono
aiohttp_admin2

aiohttp_admin2

Open source MIT Python
20
Stars
4
Forks
2
Issues
2
Watchers
10 months
Last Commit

About aiohttp_admin2

aiohttp admin is generator for admin interface based on aiohttp

Platforms

Web Self-hosted

Languages

Python

.. 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/example_projects/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.

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