• This repository has been archived on 10/Mar/2020
  • Stars
    star
    678
  • Rank 66,398 (Top 2 %)
  • Language
  • License
    Other
  • Created over 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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