{
"info": {
"author": "InfrasCloudy, @allanice001",
"author_email": "support@linaccess.za.net",
"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\nThis is a clone of https://github.com/flask-admin/flask-admin for flaskpress.\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\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\n\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/infrascloudy/flaskpress-flask-admin",
"keywords": "",
"license": "BSD",
"maintainer": "",
"maintainer_email": "",
"name": "flaskpress-flask-admin",
"package_url": "https://pypi.org/project/flaskpress-flask-admin/",
"platform": "any",
"project_url": "https://pypi.org/project/flaskpress-flask-admin/",
"project_urls": {
"Homepage": "https://github.com/infrascloudy/flaskpress-flask-admin"
},
"release_url": "https://pypi.org/project/flaskpress-flask-admin/1.4.2.2/",
"requires_dist": [
"Flask (>=0.7)",
"wtforms"
],
"requires_python": "",
"summary": "Fork of Flask-Admin for flaskpress",
"version": "1.4.2.2"
},
"last_serial": 2976119,
"releases": {
"1.4.2.2": [
{
"comment_text": "",
"digests": {
"md5": "d0b7fac3425a57b0c6b1d515276c14ca",
"sha256": "eb5595b76ba179be0c73a7bf01b4f226032d4f90fd7fc8cc2b4a4532ad19d703"
},
"downloads": -1,
"filename": "flaskpress_flask_admin-1.4.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d0b7fac3425a57b0c6b1d515276c14ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 199512,
"upload_time": "2017-06-24T18:16:45",
"url": "https://files.pythonhosted.org/packages/16/c7/8cc15590b5017c4d8ae7efe54616941eff66ba26457f67eb2f99c57ef603/flaskpress_flask_admin-1.4.2.2-py3-none-any.whl"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d0b7fac3425a57b0c6b1d515276c14ca",
"sha256": "eb5595b76ba179be0c73a7bf01b4f226032d4f90fd7fc8cc2b4a4532ad19d703"
},
"downloads": -1,
"filename": "flaskpress_flask_admin-1.4.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d0b7fac3425a57b0c6b1d515276c14ca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 199512,
"upload_time": "2017-06-24T18:16:45",
"url": "https://files.pythonhosted.org/packages/16/c7/8cc15590b5017c4d8ae7efe54616941eff66ba26457f67eb2f99c57ef603/flaskpress_flask_admin-1.4.2.2-py3-none-any.whl"
}
]
}