{ "info": { "author": "Nikolay Novik", "author_email": "nickolainovik@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "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", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/aio-libs/aiohttp_admin", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aio-libs/aiohttp_admin", "keywords": "", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "aiohttp_admin", "package_url": "https://pypi.org/project/aiohttp_admin/", "platform": "POSIX", "project_url": "https://pypi.org/project/aiohttp_admin/", "project_urls": { "Download": "https://github.com/aio-libs/aiohttp_admin", "Homepage": "https://github.com/aio-libs/aiohttp_admin" }, "release_url": "https://pypi.org/project/aiohttp_admin/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "admin interface for aiohttp application", "version": "0.0.3" }, "last_serial": 3970647, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "06334a5683ef7b73cc6608569ec0dea4", "sha256": "d2f26049e4d6632d1377b71b99ea86cb93030339f69a8e49d6562afe20281865" }, "downloads": -1, "filename": "aiohttp-admin-0.0.1.tar.gz", "has_sig": false, "md5_digest": "06334a5683ef7b73cc6608569ec0dea4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1064973, "upload_time": "2018-01-02T20:35:15", "url": "https://files.pythonhosted.org/packages/d9/db/af3c6374539672baf8f81610d7112ca038d93ddae141d6ef90763da8aa94/aiohttp-admin-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d3414c27ac354147dfdfd34260087d0a", "sha256": "deb6d7867855fd3f1888225273bda2715a1f2850b5da0a5b3dc406398e27fe4d" }, "downloads": -1, "filename": "aiohttp-admin-0.0.2.tar.gz", "has_sig": false, "md5_digest": "d3414c27ac354147dfdfd34260087d0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1063472, "upload_time": "2018-03-21T16:51:01", "url": "https://files.pythonhosted.org/packages/23/7e/835134571a05501f5a3e088e58a0a744b3a1d0485e77bb50d9fd3effc5e9/aiohttp-admin-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/63/64/48e72344c277cdeab273f5eacd86c006828dbaccced77268e14bdaa2bcd7/aiohttp-admin-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "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", "url": "https://files.pythonhosted.org/packages/63/64/48e72344c277cdeab273f5eacd86c006828dbaccced77268e14bdaa2bcd7/aiohttp-admin-0.0.3.tar.gz" } ] }