ports/devel/py-filedepot/pkg-descr
Sunpoet Po-Chuan Hsieh e46349bdf5 Add py-filedepot 0.8.0
DEPOT is a framework for easily storing and serving files in web applications.

DEPOT supports storing files in multiple backends, like:
- Local Disk
- In Memory (for tests)
- On GridFS
- On Amazon S3 (or compatible services)
and integrates with database by providing files attached to your SQLAlchemy or
Ming/MongoDB models with respect to transactions behaviours (files are rolled
back too).

WWW: https://github.com/amol-/depot
2020-11-06 11:11:39 +00:00

12 lines
431 B
Text

DEPOT is a framework for easily storing and serving files in web applications.
DEPOT supports storing files in multiple backends, like:
- Local Disk
- In Memory (for tests)
- On GridFS
- On Amazon S3 (or compatible services)
and integrates with database by providing files attached to your SQLAlchemy or
Ming/MongoDB models with respect to transactions behaviours (files are rolled
back too).
WWW: https://github.com/amol-/depot