Metadata-Version: 2.0
Name: Flask-Script-Extras
Version: 0.1.4
Summary: extras commands to Flask-Script.
Home-page: https://github.com/webee/flask-script-extras
Author: webee.yw
Author-email: webee.yw@gmail.com
License: MIT
Keywords: demo setuptools development package
Platform: any
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask-Script
Requires-Dist: Celery

Flask Script Extras
===================
License
-------

.. image:: https://img.shields.io/pypi/l/flask-script-extras.svg
    :target: https://github.com/webee/python-packaging-demo/blob/master/LICENSE
    :alt: The MIT License

PYPI
----

.. image:: https://img.shields.io/pypi/v/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/wheel/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: wheel

.. image:: https://img.shields.io/pypi/format/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: format

.. image:: https://img.shields.io/pypi/pyversions/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: python versions

.. image:: https://img.shields.io/pypi/implementation/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: implementation

.. image:: https://img.shields.io/pypi/status/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: status

.. image:: https://img.shields.io/pypi/dm/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: downloads/month

.. image:: https://img.shields.io/pypi/dw/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: downloads/week

.. image:: https://img.shields.io/pypi/dd/flask-script-extras.svg
    :target: https://pypi.python.org/pypi/flask-script-extras
    :alt: downloads/day

Describe
--------

Some extras commands to Flask-Script.


.. :changelog:

Changelog
=========

change logs.


0.1.1~4 (2015-09-11~18)
-----------------------

- fix docs.


0.1.0 (2015-09-11)
------------------

- add Celery Command.


Credits
-------

`Flask-Script-Extras <https://github.com/webee/flask-script-extras>`_ is written and maintained by `webee.yw <https://github.com/webee>`_.

Contributors
------------

The following wonderful people contributed directly or indirectly to this project:

- `hyperwood.yw <https://github.com/hyperwood>`_

Please add yourself here alphabetically when you submit your first pull request.


