Metadata-Version: 1.1
Name: Flask-CeleryExt
Version: 0.2.0
Summary: Flask Celery integration.
Home-page: http://github.com/inveniosoftware/flask-cli/
Author: Invenio Collaboration
Author-email: info@invenio-software.org
License: BSD
Description: =================
         Flask-CeleryExt
        =================
        
        About
        =====
        
        Flask-CeleryExt is a simple integration layer between Celery and Flask.
        
        Installation
        ============
        
        Flask-CeleryExt is on PyPI so all you need is: ::
        
            pip install flask-celeryext
        
        Documentation
        =============
        
        Documentation is readable at http://flask-celeryext.readthedocs.org or can be
        build using Sphinx: ::
        
            pip install Sphinx
            python setup.py build_sphinx
        
        Testing
        =======
        
        Running the test suite is as simple as: ::
        
            python setup.py test
        
Platform: any
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: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
