Metadata-Version: 2.1
Name: flasket
Version: 0.20.3
Summary: A flask + connexion + dash ensemble to quickly deploy an app.
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/jlecomte/python/flasket
Project-URL: Documentation, https://jlecomte.gitlab.io/python/flasket/
Project-URL: Source code, https://gitlab.com/jlecomte/python/flasket
Project-URL: Bug tracker, https://gitlab.com/jlecomte/python/flasket/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Framework :: Flask
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attr
Requires-Dist: gunicorn
Requires-Dist: flask-gordon ~=0.20.0
Requires-Dist: connexion[flask,swagger-ui] <3.0.0,>=2.14.2
Requires-Dist: flask ~=2.2.0
Requires-Dist: werkzeug ~=2.2.0
Requires-Dist: dash
Requires-Dist: dash-bootstrap-components
Provides-Extra: celery
Requires-Dist: celery ; extra == 'celery'
Requires-Dist: redis ; extra == 'celery'

[![documentation](https://img.shields.io/badge/documentation-html-informational)](https://jlecomte.gitlab.io/python/flasket)
[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/jlecomte/python/flasket/badges/master/pipeline.svg)](https://gitlab.com/jlecomte/projects/python/flasket/pipelines)
[![coverage](https://gitlab.com/jlecomte/python/flasket/badges/master/coverage.svg)](https://jlecomte.gitlab.io/projects/python/flasket/coverage/index.html)

# Flasket

WARNING: This project is deprecated and everything is being move to flask-gordon project as Flask extensions.

A small flask.

A flask + connexion + dash ensemble to quickly deploy an app.

## Installation from PyPI

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U flasket
~~~

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Locations

  * Documentation: [https://jlecomte.gitlab.io/python/flasket/](https://jlecomte.gitlab.io/projects/python/flasket)
  * GitLab: [https://gitlab.com/jlecomte/python/flasket](https://gitlab.com/jlecomte/projects/python/flasket)
  * PyPi: [https://pypi.org/project/flasket](https://pypi.org/project/flasket)
