Metadata-Version: 2.1
Name: Bootstrap-Flask
Version: 1.0.9
Summary: Bootstrap helper for Flask/Jinja2.
Home-page: https://github.com/greyli/bootstrap-flask
Author: Grey Li
Author-email: withlihui@gmail.com
License: MIT
Keywords: flask extension development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: Flask

# Bootstrap-Flask

[Bootstrap](https://getbootstrap.com) 4 helper for Flask/Jinja2.
Based on [Flask-Bootstrap](https://github.com/mbr/flask-bootstrap),
but lighter and better.

## Links

* [Documentation](https://bootstrap-flask.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/Bootstrap-Flask/)
* [Examples](https://github.com/greyli/bootstrap-flask/tree/master/examples)

## TODO

- [ ] Remove required attribute handle code in render_form/render_field
- [ ] Add `endpoint` parameter in `render_pager`
- [ ] Add render test for every input and form type.

## License

This project is licensed under the MIT License (see the
`LICENSE` file for details).

