{ "info": { "author": "quokkaproject", "author_email": "rochacbruno+quokka@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Flask-Admin\n===========\n\nThe project was recently moved into its own organization. Please update your\nreferences to *git@github.com:flask-admin/flask-admin.git*.\n\n.. image:: https://d322cqt584bo4o.cloudfront.net/flask-admin/localized.png\n\t:target: https://crowdin.com/project/flask-admin\n\n.. image:: https://travis-ci.org/flask-admin/flask-admin.png?branch=master\n\t:target: https://travis-ci.org/flask-admin/flask-admin\n\nIntroduction\n------------\n\nFlask-Admin is a batteries-included, simple-to-use `Flask `_ extension that lets you\nadd admin interfaces to Flask applications. It is inspired by the *django-admin* package, but implemented in such\na way that the developer has total control of the look, feel and functionality of the resulting application.\n\nOut-of-the-box, Flask-Admin plays nicely with various ORM's, including\n\n- `SQLAlchemy `_,\n\n- `MongoEngine `_,\n\n- `pymongo `_ and\n\n- `Peewee `_.\n\nIt also boasts a simple file management interface and a `redis client `_ console.\n\nThe biggest feature of Flask-Admin is flexibility. It aims to provide a set of simple tools that can be used for\nbuilding admin interfaces of any complexity. So, to start off with you can create a very simple application in no time,\nwith auto-generated CRUD-views for each of your models. But then you can go further and customize those views & forms\nas the need arises.\n\nFlask-Admin is an active project, well-tested and production ready.\n\nExamples\n--------\nSeveral usage examples are included in the */examples* folder. Please feel free to add your own examples, or improve\non some of the existing ones, and then submit them via GitHub as a *pull-request*.\n\nYou can see some of these examples in action at `http://examples.flask-admin.org `_.\nTo run the examples on your local environment, one at a time, do something like::\n\n cd flask-admin\n python examples/simple/app.py\n\nDocumentation\n-------------\nFlask-Admin is extensively documented, you can find all of the documentation at `https://flask-admin.readthedocs.io/en/latest/ `_.\n\nThe docs are auto-generated from the *.rst* files in the */doc* folder. So if you come across any errors, or\nif you think of anything else that should be included, then please make the changes and submit them as a *pull-request*.\n\nTo build the docs in your local environment, from the project directory::\n\n pip install -r requirements-dev.txt\n sudo make html\n\nAnd if you want to preview any *.rst* snippets that you may want to contribute, go to `http://rst.ninjs.org/ `_.\n\nInstallation\n------------\nTo install Flask-Admin, simply::\n\n pip install flask-admin\n\nOr alternatively, you can download the repository and install manually by doing::\n\n git clone git@github.com:flask-admin/flask-admin.git\n cd flask-admin\n python setup.py install\n\nTests\n-----\nTest are run with *nose*. If you are not familiar with this package you can get some more info from `their website `_.\n\nTo run the tests, from the project directory, simply::\n\n pip install -r requirements-dev.txt\n nosetests\n\nYou should see output similar to::\n\n .............................................\n ----------------------------------------------------------------------\n Ran 102 tests in 13.132s\n\n OK\n\nFor all the tests to pass successfully, you'll need Postgres & MongoDB to be running locally. For Postgres::\n\n CREATE DATABASE flask_admin_test;\n CREATE EXTENSION postgis;\n\n3rd Party Stuff\n---------------\n\nFlask-Admin is built with the help of `Bootstrap `_ and `Select2 `_.\n\nIf you want to localize your application, install the `Flask-BabelEx `_ package.\n\nYou can help improve Flask-Admin's translations through Crowdin: https://crowdin.com/project/flask-admin\n\n\nChangelog\n=========\n\n1.4.2\n-----\n\n* Small bug fix release. Fixes regression that prevented usage of \"virtual\" columns with a custom formatter.\n\n1.4.1\n-----\n\n* Official Python 3.5 support\n* Customizable row actions\n* Tablib support (exporting to XLS, XLSX, CSV, etc)\n* Updated external dependencies (jQuery, x-editable, etc)\n* Added settings that allows exceptions to be raised on view errors\n* Bug fixes\n\n1.4.0\n-----\n\n* Updated and reworked documentation\n* FileAdmin went through minor refactoring and now supports remote file systems. Comes with the new, optional, AWS S3 file management interface\n* Configurable CSV export for model views\n* Added overridable URL generation logic. Allows using custom URLs with parameters for administrative views\n* Added column_display_actions to ModelView control visibility of the action column without overriding the template\n* Added support for the latest MongoEngine\n* New SecureForm base class for easier CSRF validation\n* Lots of translation-related fixes and updated translations\n* Bug fixes\n\n1.3.0\n-----\n\n* New feature: Edit models in the list view in a popup\n* New feature: Read-only model details view\n* Fixed XSS in column_editable_list values\n* Improved navigation consistency in model create and edit views\n* Ability to choose page size in model list view\n* Updated client-side dependencies (jQuery, Select2, etc)\n* Updated documentation and examples\n* Updated translations\n* Bug fixes", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/quokkaproject/flask-admin/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "quokka-flask-admin", "package_url": "https://pypi.org/project/quokka-flask-admin/", "platform": "any", "project_url": "https://pypi.org/project/quokka-flask-admin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/quokkaproject/flask-admin/" }, "release_url": "https://pypi.org/project/quokka-flask-admin/1.4.2.1/", "requires_dist": null, "requires_python": null, "summary": "Fork of Flask-Admin for QuokkaCMS", "version": "1.4.2.1" }, "last_serial": 2188060, "releases": { "1.2.1-dev": [ { "comment_text": "", "digests": { "md5": "f0b4f917ca74aef53acdfba4d1f181f5", "sha256": "086b047e03f9fcbd2a2ef28c777deca587d44314dbfb4407d3c368de2fee0d06" }, "downloads": -1, "filename": "quokka-flask-admin-1.2.1-dev.tar.gz", "has_sig": false, "md5_digest": "f0b4f917ca74aef53acdfba4d1f181f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873834, "upload_time": "2015-08-23T16:48:45", "url": "https://files.pythonhosted.org/packages/36/ab/4c7dd0f661b477506b960c0fa01352e29b0763a2394dcc128e81dce7146b/quokka-flask-admin-1.2.1-dev.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "dc65e36fd223939638cab41280708c6f", "sha256": "f0bf057644bb790649d5998bf15ad2e612546aaa675491662cb34d55dfd1a3bd" }, "downloads": -1, "filename": "quokka-flask-admin-1.3.0.tar.gz", "has_sig": false, "md5_digest": "dc65e36fd223939638cab41280708c6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 873519, "upload_time": "2015-08-23T17:05:11", "url": "https://files.pythonhosted.org/packages/17/d0/29132a1c4c8236c64390f3c2f5a839e30eda1fac62bdb02dcda4b704a7ca/quokka-flask-admin-1.3.0.tar.gz" } ], "1.4.2.1": [ { "comment_text": "built for Linux-4.5.7-200.fc23.x86_64-x86_64-with-glibc2.2.5", "digests": { "md5": "b434b15176126677958621e13cb11dc1", "sha256": "a74d380f83908b6dc50b26fe1a28915fd56a03a66ad0c0fdc143fe9d894f939c" }, "downloads": -1, "filename": "quokka-flask-admin-1.4.2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "b434b15176126677958621e13cb11dc1", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1130443, "upload_time": "2016-06-26T18:18:21", "url": "https://files.pythonhosted.org/packages/d8/9b/f8f8dd31cfa41b768bccc0d32a01edc8f3519071e25803a458e7c877ff6a/quokka-flask-admin-1.4.2.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "eeab060b5a49d777b08821d286bbee2c", "sha256": "88572a80fee88b4fd09544a5ffe14625c6c17d3e443fe7e378f0dfb06e5ab6fc" }, "downloads": -1, "filename": "quokka-flask-admin-1.4.2.1.tar.gz", "has_sig": false, "md5_digest": "eeab060b5a49d777b08821d286bbee2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 917206, "upload_time": "2016-06-26T18:18:12", "url": "https://files.pythonhosted.org/packages/10/81/5db0776e15792a717da3dc86e2ca29ba375f6f55c9cd9689dbd8f1ca1cb2/quokka-flask-admin-1.4.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-4.5.7-200.fc23.x86_64-x86_64-with-glibc2.2.5", "digests": { "md5": "b434b15176126677958621e13cb11dc1", "sha256": "a74d380f83908b6dc50b26fe1a28915fd56a03a66ad0c0fdc143fe9d894f939c" }, "downloads": -1, "filename": "quokka-flask-admin-1.4.2.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "b434b15176126677958621e13cb11dc1", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1130443, "upload_time": "2016-06-26T18:18:21", "url": "https://files.pythonhosted.org/packages/d8/9b/f8f8dd31cfa41b768bccc0d32a01edc8f3519071e25803a458e7c877ff6a/quokka-flask-admin-1.4.2.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "eeab060b5a49d777b08821d286bbee2c", "sha256": "88572a80fee88b4fd09544a5ffe14625c6c17d3e443fe7e378f0dfb06e5ab6fc" }, "downloads": -1, "filename": "quokka-flask-admin-1.4.2.1.tar.gz", "has_sig": false, "md5_digest": "eeab060b5a49d777b08821d286bbee2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 917206, "upload_time": "2016-06-26T18:18:12", "url": "https://files.pythonhosted.org/packages/10/81/5db0776e15792a717da3dc86e2ca29ba375f6f55c9cd9689dbd8f1ca1cb2/quokka-flask-admin-1.4.2.1.tar.gz" } ] }