Metadata-Version: 2.1 Name: Flask-CeleryExt-Pro Version: 0.5.0 Summary: Flask-CeleryExt is a simple integration layer between Celery and Flask. Home-page: https://github.com/asihacker/flask-celeryext Author: chenjunxue Author-email: 1523825571@qq.com License: BSD Keywords: flask celery Platform: any Classifier: Environment :: Web Environment Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: BSD License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Software Development :: Object Brokering Classifier: Topic :: System :: Distributed Computing 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: Development Status :: 5 - Production/Stable License-File: LICENSE License-File: AUTHORS.rst Requires-Dist: Flask (>=0.10) Requires-Dist: celery (>=3.1) ; python_version < "3.7" Requires-Dist: celery (>=4.3) ; python_version >= "3.7" Provides-Extra: all Requires-Dist: Sphinx (>=3) ; extra == 'all' Requires-Dist: pytest-mock (>=2.0.0) ; extra == 'all' Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'all' Provides-Extra: docs Requires-Dist: Sphinx (>=3) ; extra == 'docs' Provides-Extra: tests Requires-Dist: pytest-mock (>=2.0.0) ; extra == 'tests' Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests' pip install Flask-CeleryExt-Pro