File: README.rst

package info (click to toggle)
flask-script 2.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: python: 1,403; makefile: 110
file content (30 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>`_