Metadata-Version: 2.4
Name: Flask-Script-NG
Version: 2.1
Summary: Scripting support for modern Flask and Python
Home-page: https://github.com/makise-homura/flask-script-ng
Download-URL: https://github.com/makise-homura/flask-script-ng/tarball/v2.1
Author: Dan Jacob, Matthias Urlichs, Igor Molchanov
Author-email: Dan Jacob <danjac354@gmail.com>, Matthias Urlichs <matthias@urlichs.de>, Igor Molchanov <akemi_homura@kurisa.ch>
Maintainer: Igor Molchanov
Maintainer-email: Igor Molchanov <akemi_homura@kurisa.ch>
License-Expression: BSD-3-Clause
Project-URL: Repository, https://github.com/makise-homura/flask-script-ng
Project-URL: Issues, https://github.com/makise-homura/flask-script-ng/issues
Project-URL: Download, https://github.com/makise-homura/flask-script-ng/tarball/v2.1
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask>=2.2.4
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file
Dynamic: maintainer
Dynamic: platform

# Flask-Script-NG

[![image](https://travis-ci.org/makise-homura/flask-script-ng.svg?branch=master)](https://travis-ci.org/makise-homura/flask-script-ng)

[![Latest Version](https://img.shields.io/pypi/v/flask-script-ng.svg)](https://pypi.python.org/pypi/flask-script-ng/)

[![Supported Python versions](https://img.shields.io/pypi/pyversions/flask-script-ng.svg)](https://pypi.python.org/pypi/flask-script-ng/)

[![License](https://img.shields.io/pypi/l/flask-script-ng.svg)](https://github.com/makise-homura/flask-script-ng/blob/master/LICENSE)

This fork of Flask-Script is intended to be used by these developers who are not willing to switch
to more modern [Flask built-in CLI tool](http://flask.pocoo.org/docs/latest/cli/) appeared in Flask>=0.11,
and stuck to Flask-Script, but want their projects to be used in modern Python and Flask environments.

It is based on [Flask-Script](https://github.com/smurfix/flask-script) 2.0.6, which is highly probably
the final version of Flask-Script.

Project will not include new features; for this, consider switching to Flask CLI. Its purpose
is the compatibility, not the features; it is designed to be useful for those who don't want
to switch yet.


## Flask-Script

Flask-Script is a deprecated Python package which this one is based on.

It is 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

- [Flask-Script-NG Issue Tracker](http://github.com/makise-homura/flask-script-ng/issues)
- [Flask-Script Documentation](http://flask-script.readthedocs.org)
- [Flask-Script Issue Tracker](http://github.com/smurfix/flask-script/issues)
