Metadata-Version: 1.1
Name: Flask-Material
Version: 0.0.2b
Summary: An extension that includes Material CSS (http://materializecss.com/) in your project, without any boilerplate code.
Home-page: https://github.com/HellerCommaA/flask-material
Author: Adam Heller
Author-email: heller@mailbox.org
License: MIT
Description: =============== Flask-Material =============== |Join the chat at
        https://gitter.im/HellerCommaA/flask-material|
        
        |Scrutinizer Code Quality|
        
        |Build Status|
        
        Flask-Material packages ``MaterializeCSS``
        https://github.com/Dogfalo/materialize into an extension that mostly
        consists of a blueprint named 'material'. It can also create links to
        serve Materialize from a CDN and works with no boilerplate code in your
        application.
        
        Usage
        -----
        
        Here is an example::
        
        from flask\_material import Material
        
        [...]
        
        Material(app)
        
        This makes some new templates available, containing blank pages that
        include all bootstrap resources, and have predefined blocks where you
        can put your content.
        
        Notes
        -----
        
        This is largely a fork from the excellent work at
        https://github.com/mbr/flask-bootstrap
        
        Contributing
        ------------
        
        PRs are welcome. Esspicially for documentation and implementation of the
        base components.
        
        .. |Join the chat at https://gitter.im/HellerCommaA/flask-material| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/HellerCommaA/flask-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        .. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/HellerCommaA/flask-material/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/HellerCommaA/flask-material/?branch=master
        .. |Build Status| image:: https://scrutinizer-ci.com/g/HellerCommaA/flask-material/badges/build.png?b=master
           :target: https://scrutinizer-ci.com/g/HellerCommaA/flask-material/build-status/master
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
