Metadata-Version: 2.1
Name: Flask-Extra
Version: 0.1.1
Summary: More patterns and idioms for Flask applications.
Home-page: https://github.com/abilian/flask-extra
Author: Abilian SAS
Author-email: sf@abilian.com
Requires-Python: >=3.10,<4
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: advanced-alchemy (>=0.6.2,<0.7.0)
Requires-Dist: flask (>=3.0.0,<4.0.0)
Requires-Dist: flask-sqlalchemy (>=3.1.1,<4.0.0)
Requires-Dist: flask-super (>=0.2.5,<0.3.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: sentry-sdk (>=1.39.1,<2.0.0)
Requires-Dist: shed (>=2023.6.1,<2024.0.0)
Requires-Dist: svcs (>=23.21.0,<24.0.0)
Description-Content-Type: text/markdown

# Flask-Super

[![image](https://img.shields.io/pypi/v/flask_super.svg)](https://pypi.python.org/pypi/flask_super)

[![Documentation Status](https://readthedocs.org/projects/flask-super/badge/?version=latest)](https://flask-super.readthedocs.io/en/latest/?version=latest)


## More Flask patterns and idoms

-   Free software: Apache Software License 2.0


## Features

- SQLAlchemy integration
- Sessions

## Status

This is a preview. Expect the API to change.

## Sample usage

TODO

## Credits

This package was created with [Cruft](https://cruft.github.io/cruft/)
and the
[abilian/cookiecutter-abilian-python](https://github.com/abilian/cookiecutter-abilian-python)
project template.

