Metadata-Version: 1.1
Name: Flask-LwAdmin
Version: 0.5.0
Summary: Flask-LwAdmin is minimalistic administrative interface building extension for the Flask framework
Home-page: https://github.com/lightningwolf/Flask-LwAdmin
Author: Arkadiusz Tułodziecki
Author-email: atulodzi@gmail.com
License: MIT
Description: =============
        Flask-LwAdmin
        =============
        
        Flask Lightningwolf Admin
        -------------------------
        
        LwAdmin is a set of macros, classes, and methods to assist in the creation of administrative panels based on the
        bootstrap framework. At the moment we are working on the main section of the navigation and basic helpers for CRUD model.
        
        The main assumptions of LwAdmin is not to restrict the coder. LwAdmin it is not a complete utility to be run
        as it is `Flask-Admin <https://github.com/mrjoes/flask-admin/>`_
        
        If you are just thinking about the basic CRUD scheme should rather think of using `Flask-Admin <https://github.com/mrjoes/flask-admin/>`_.
        This plugin is to be useful only when you need a custom administration panel - creating new pages requires that in this case more work to gain same effect.
        
        Versioning
        ++++++++++
        
        The project uses the `Semantic Versioning 2.0.0 <http://semver.org/>`_. Work is currently underway,
        but because Flask-LwAdmin is already being used in production enviroment then API changes occur only in case of change parameter **y** in (**0.y.z**)
        
        Examples
        ++++++++
        
        Check SAMPLE_PROJECT for basic use example. More advanced use in this moment can be check in:
        `Lightningwolf Smp Project <https://git.thunderwolf.net/lightningwolf/lightningwolf-smp>`_
        
        **Any opinion and ideas are welcome.**
        
        
        .. :changelog:
        
        History
        -------
        
        0.5.0 (2013-10-11)
        ++++++++++++++++++
        
        - API change for list configuration and list templates (object urls now generated in object class using call method)
        - Changes in Jinja2 macros - breaking some macos API
        
        0.4.2 (2013-10-08)
        ++++++++++++++++++
        
        - Adding call and visable functionality for object actions in pager
        
        0.4.1 (2013-09-30)
        ++++++++++++++++++
        
        - Macros for create and update pages
        
        0.4.0 (2013-09-29)
        ++++++++++++++++++
        
        - Generators for list type page using Pager - first version for configuration API (example in Lightningwolf-SMP Projekct)
        - API change for Pager
        - API change for methods in Navbar class
        
        0.3.2 (2013-09-15)
        ++++++++++++++++++
        
        - Pager
        
        0.3.1 (2013-09-15)
        ++++++++++++++++++
        
        - New macros: filters, batch_actions, actions
        
        0.3.0 (2013-09-15)
        ++++++++++++++++++
        
        - New navbar methods and class location
        - New macros location
        - Start of Flask-Babel integration
        - Start of Flask-Bootstrap integration
        
        0.2.4 (2013-09-11)
        ++++++++++++++++++
        
        - Navbar with dropdown, btn group, caret
        
        0.2.3 (2013-09-03)
        ++++++++++++++++++
        
        - Flask-Principal can be used to restrict visibility of navbar section
        
        0.2.2 (2013-09-02)
        ++++++++++++++++++
        
        - API change for Navbar creator
        
        0.1.0 (2013-08-29)
        ++++++++++++++++++
        
        - Initial version
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Polish
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
