aiohttp_admin
=============
.. image:: https://travis-ci.org/aio-libs/aiohttp_admin.svg?branch=master
:target: https://travis-ci.org/aio-libs/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** 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 database layer. Admin module relies on async/await syntax (PEP492)
thus *not* compatible with Python older than 3.5.
.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp_admin/master/docs/demo.gif
:align: center
Design
------
**aiohttp_admin** using following design philosophy:
- backend and frontend of admin views are decoupled by REST API as a
result it is possible to change admin views without changing any **python**
code. On browser side user interacts with single page application (ng-admin).
- admin views are database agnostic, if it is possible to implement REST API
it should be straightforward to add admin views. Some filtering features may
be disabled if database do not support some kind of filtering.
.. image:: https://cdn.rawgit.com/aio-libs/aiohttp_admin/master/docs/diagram2.svg
:align: center
:scale: 60 %
Supported backends
------------------
* PostgreSQL with, aiopg_ and sqlalchemy.core_
* MySQL with aiomysql_ and sqlalchemy.core_
* Mongodb with motor_
Mailing List
------------
https://groups.google.com/forum/#!forum/aio-libs
Requirements
------------
* Python_ 3.5+
* aiopg_ or aiomysql_ or motor_
.. _Python: https://www.python.org
.. _asyncio: http://docs.python.org/3.4/library/asyncio.html
.. _aiopg: https://github.com/aio-libs/aiopg
.. _aiomysql: https://github.com/aio-libs/aiomysql
.. _motor: https://github.com/mongodb/motor
.. _sqlalchemy.core: http://www.sqlalchemy.org/
.. _PEP492: https://www.python.org/dev/peps/pep-0492/
.. _docker: https://www.docker.com/
.. _instruction: https://docs.docker.com/engine/installation/linux/ubuntulinux/
.. _docker-machine: https://docs.docker.com/machine/
CHANGES
=======
xx
Raw data
{
"_id": null,
"home_page": "https://github.com/aio-libs/aiohttp_admin",
"name": "aiohttp-admin",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Nikolay Novik",
"author_email": "nickolainovik@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/63/64/48e72344c277cdeab273f5eacd86c006828dbaccced77268e14bdaa2bcd7/aiohttp-admin-0.0.3.tar.gz",
"platform": "POSIX",
"description": "aiohttp_admin\n=============\n.. image:: https://travis-ci.org/aio-libs/aiohttp_admin.svg?branch=master\n :target: https://travis-ci.org/aio-libs/aiohttp_admin\n.. image:: https://codecov.io/gh/aio-libs/aiohttp_admin/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/aio-libs/aiohttp_admin\n\n**aiohttp_admin** will help you on building an admin interface\non top of an existing data model. Library designed to be database agnostic and\ndecoupled of any ORM or database layer. Admin module relies on async/await syntax (PEP492)\nthus *not* compatible with Python older than 3.5.\n\n\n.. image:: https://raw.githubusercontent.com/aio-libs/aiohttp_admin/master/docs/demo.gif\n :align: center\n\nDesign\n------\n**aiohttp_admin** using following design philosophy:\n\n- backend and frontend of admin views are decoupled by REST API as a\n result it is possible to change admin views without changing any **python**\n code. On browser side user interacts with single page application (ng-admin).\n\n- admin views are database agnostic, if it is possible to implement REST API\n it should be straightforward to add admin views. Some filtering features may\n be disabled if database do not support some kind of filtering.\n\n\n.. image:: https://cdn.rawgit.com/aio-libs/aiohttp_admin/master/docs/diagram2.svg\n :align: center\n :scale: 60 %\n\n\nSupported backends\n------------------\n\n* PostgreSQL with, aiopg_ and sqlalchemy.core_\n* MySQL with aiomysql_ and sqlalchemy.core_\n* Mongodb with motor_\n\n\nMailing List\n------------\n\nhttps://groups.google.com/forum/#!forum/aio-libs\n\n\nRequirements\n------------\n\n* Python_ 3.5+\n* aiopg_ or aiomysql_ or motor_\n\n\n.. _Python: https://www.python.org\n.. _asyncio: http://docs.python.org/3.4/library/asyncio.html\n.. _aiopg: https://github.com/aio-libs/aiopg\n.. _aiomysql: https://github.com/aio-libs/aiomysql\n.. _motor: https://github.com/mongodb/motor\n.. _sqlalchemy.core: http://www.sqlalchemy.org/\n.. _PEP492: https://www.python.org/dev/peps/pep-0492/\n.. _docker: https://www.docker.com/\n.. _instruction: https://docs.docker.com/engine/installation/linux/ubuntulinux/\n.. _docker-machine: https://docs.docker.com/machine/\n\nCHANGES\n=======\nxx",
"bugtrack_url": null,
"license": "Apache 2",
"summary": "admin interface for aiohttp application",
"version": "0.0.3",
"project_urls": {
"Download": "https://github.com/aio-libs/aiohttp_admin",
"Homepage": "https://github.com/aio-libs/aiohttp_admin"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "636448e72344c277cdeab273f5eacd86c006828dbaccced77268e14bdaa2bcd7",
"md5": "c3c8befe1d9c7ddcfb1adc622ef9de4b",
"sha256": "14e29e794d87a18dc4c6bb52d2ac3ac1017e760d2f2a82bef8498d17e78b0642"
},
"downloads": -1,
"filename": "aiohttp-admin-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "c3c8befe1d9c7ddcfb1adc622ef9de4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1063470,
"upload_time": "2018-03-21T16:59:13",
"upload_time_iso_8601": "2018-03-21T16:59:13.442541Z",
"url": "https://files.pythonhosted.org/packages/63/64/48e72344c277cdeab273f5eacd86c006828dbaccced77268e14bdaa2bcd7/aiohttp-admin-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2018-03-21 16:59:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aio-libs",
"github_project": "aiohttp_admin",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "aiohttp-admin"
}