Metadata-Version: 2.3
Name: flask-attachments
Version: 0.2.2
Summary: Flask Attachments provides a way to integrate arbitrary media with SQLAlchemy in a Flask website.
Project-URL: Homepage, https://github.com/alexrudy/flask_attachments
Author-email: Alex Rudy <opensource@alexrudy.net>
License-Expression: BSD-3-Clause
License-File: AUTHORS.rst
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Requires-Dist: flask
Requires-Dist: humanize
Requires-Dist: rich
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: structlog
Description-Content-Type: text/markdown

# Flask Attachments


[![PyPI](https://img.shields.io/pypi/v/flask_attachments.svg)](https://pypi.python.org/pypi/flask_attachments)
[![Tests](https://github.com/alexrudy/flask-attachments/workflows/Tests/badge.svg)](https://github.com/alexrudy/flask-attachments/workflows/Tests/)
[![Documentation Status](https://readthedocs.org/projects/flask-attachments/badge/?version=latest)](https://flask-attachments.readthedocs.io/en/latest/?badge=latest)
![BSD licensed][license-image]

Flask Attachments provides a way to integrate arbitrary media with SQLAlchemy in a Flask website.

Useful if you can't have all of your media statically defined, and need to allow users or administrators
to upload binary blobs of data.


* Free software: BSD license

[license-image]: https://img.shields.io/badge/license-BSD-blue.svg
