Metadata-Version: 2.3
Name: aiohttp_admin2
Version: 0.0.19
Summary: Generator an admin interface based on aiohttp.
License: MIT
Keywords: aiohttp_admin2,admin interface,aiohttp
Author: Mykhailo Havelia
Author-email: misha.gavela@gmail.com
Maintainer: Mykhailo Havelia
Maintainer-email: misha.gavela@gmail.com
Requires-Python: >=3.12.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: motor
Provides-Extra: mysql
Requires-Dist: aiohttp (>=3.6.3,<4.0.0)
Requires-Dist: aiohttp-jinja2 (>=1.4.2,<2.0.0)
Requires-Dist: aiomysql (==0.2.0) ; extra == "mysql"
Requires-Dist: aiopg[sa] (==1.5.0a1)
Requires-Dist: python-dateutil (>=2.9.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.42,<3.0.0)
Requires-Dist: umongo[motor] (>=3.1.0,<4.0.0) ; extra == "motor"
Project-URL: Documentation, https://aiohttp-admin2.readthedocs.io
Project-URL: Homepage, https://github.com/arfey/aiohttp_admin2
Project-URL: Repository, https://github.com/arfey/aiohttp_admin2
Description-Content-Type: text/x-rst

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

* 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

=======
History
=======

`Changelog <https://github.com/Arfey/aiohttp_admin2/releases>`_

