Flask-Blog

Build a blog with Flask.


Keywords
blog, flask
License
Other
Install
pip install Flask-Blog==0.0.1

Documentation

Flask-Blog

Flask-Blog is a fast extension for building a blog with Flask.

License

Flask-Blog is distributed under the terms of the MIT.

Installation

Install and update using pip:

$ pip install -U Flask-Blog

Developing

$ pip install -e .

Test

Tests are run with pytest. To run the tests, from the project directory:

$ pip install -r requirements/test.in
$ pytest

Docs

$ pip install -r docs/requirements.txt