/flask-script

Flask extension to help writing external scripts for Flask applications

OtherNOASSERTION

Deprecated

While the maintainers are willing to merge PR's, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better.

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