# flask-script **Repository Path**: waketzheng/flask-script ## Basic Information - **Project Name**: flask-script - **Description**: Flask extension to help writing external scripts for Flask applications - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-28 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 `_ - `Issue Tracker `_