flask-script icon indicating copy to clipboard operation
flask-script copied to clipboard

Flask extension to help writing external scripts for Flask applications

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.

__ http://flask.pocoo.org/docs/latest/cli/

Flask-Script

.. image:: https://travis-ci.org/smurfix/flask-script.svg?branch=master :target: https://travis-ci.org/smurfix/flask-script

.. image:: https://img.shields.io/pypi/v/flask-script.svg :target: http://flask-script.readthedocs.org/en/latest/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/flask-script.svg :target: https://pypi.python.org/pypi/flask-script/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/flask-script.svg :target: https://github.com/smurfix/flask-script/blob/master/LICENSE :alt: 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

  • Documentation <http://flask-script.readthedocs.org>_
  • Issue Tracker <http://github.com/smurfix/flask-script/issues>_