Metadata-Version: 2.1
Name: flask-script-observable
Version: 0.0.6
Summary: A flask-script fork
Project-URL: Homepage, https://github.com/kiandinyari/flask-script
Project-URL: Bug Tracker, https://github.com/smurfix/flask-script/issues
Author-email: Kian Dinyari <kiandinyari@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/x-rst

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>`_
