sunhk25 / flask-script

Flask extension to help writing external scripts for Flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flask extension to help writing external scripts for Flask applications

License:Other