Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1005 Bytes

Flask-Themes2

Flask-Themes2 is a fork of Spirits, which is in turn a fork of Flask-Themes.

  • Flask-Themes2 maintained by Chris Carter
  • Spirits maintained by Drew Lustro
  • Flask-Themes by Matthew "LeafStorm" Frazier
  • Many more contributors to this fork and all others! It wouldn't be this good without you.

This provides infrastructure for themes in Flask >= 2.0.

Installation

To install normally:

$ pip install flask-themes2

To install the development (latest) version:

$ pip install -e git://github.com/sysr-q/flask-themes2.git#egg=flask_themes2-dev

Documentation

The documentation is on the Flask-Themes2 docs.

Development

If you're interested in helping, the source is available on GitHub, feel free to contribute.