Metadata-Version: 2.1
Name: aiohttp-admin
Version: 0.1.0a0
Summary: admin interface for aiohttp application
Home-page: https://github.com/aio-libs/aiohttp-admin
Download-URL: https://github.com/aio-libs/aiohttp-admin
License: Apache 2
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: AsyncIO
Classifier: Framework :: aiohttp
License-File: LICENSE
Requires-Dist: aiohttp (>=3.8.2)
Requires-Dist: aiohttp-security
Requires-Dist: aiohttp-session
Requires-Dist: cryptography
Requires-Dist: pydantic
Provides-Extra: sa
Requires-Dist: sqlalchemy (<3,>=2.0.4) ; extra == 'sa'

aiohttp_admin
=============
.. image:: https://codecov.io/gh/aio-libs/aiohttp-admin/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/aio-libs/aiohttp-admin

**aiohttp_admin** allows you to create a admin interface in minutes. It is designed to
be flexible and database agnostic.

It has built-in support for SQLAlchemy, allowing admin views to be created automatically
from DB models (ORM or core).


=======
CHANGES
=======

.. towncrier release notes start

0.1.0a0 (2023-02-27)
====================

- Migrated to react-admin and completely reinvented the API.
