Bootstrap-Flask

Bootstrap-Flask is a collection of Jinja macros for Bootstrap and Flask. It helps you to render Flask-related data and objects to Bootstrap markup HTML more easily.

Contents

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Changelog

Development

We welcome all kinds of contributions. You can build the development environment locally with the following commands:

$ git clone git@github.com:helloflask/bootstrap-flask.git
$ cd bootstrap-flask
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -e .
$ pip install -r requirements/dev.txt

Run the tests with pytest:

$ pytest

Or run the full checks with tox:

$ tox

Authors

Maintainers:

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License (see the LICENSE file for details). Some macros were part of Flask-Bootstrap and were modified under the terms of its BSD License.