/usr/share/doc/python-flask-script/README.rst is in python-flask-script 0.6.7-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Flask-Script
==============
.. image:: https://travis-ci.org/techniq/flask-script.png?branch=master
:target: https://travis-ci.org/techniq/flask-script
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/techniq/flask-script/issues>`_
|