Flask-Script

Scripting support for Flask


License
BSD-3-Clause
Install
pip install Flask-Script==2.0.6

Documentation

Flask-Script

https://travis-ci.org/smurfix/flask-script.svg?branch=master Latest Version Supported Python versions License

A set of utilities for use with the Flask framework which provide decorators, classes and helpers for writing your own script commands.

Useful for creating command-line scripts, cronjobs etc outside your web application.

Resources