SQLAlchemy-ImageAttach is a SQLAlchemy extension for attaching images to entity objects. It provides the following features:
sqlalchemy_imageattach
— API¶sqlalchemy_imageattach.context
— Scoped context of image storagesqlalchemy_imageattach.entity
— Image entitiessqlalchemy_imageattach.file
— File proxiessqlalchemy_imageattach.migration
— Storage migrationsqlalchemy_imageattach.store
— Image storage backend interfacesqlalchemy_imageattach.util
— Utilitiessqlalchemy_imageattach.version
— Version dataSQLAlchemy-ImageAttach is an open source software written by Hong Minhee. The source code is distributed under MIT license, and you can find it at GitHub repository:
$ git clone git://github.com/dahlia/sqlalchemy-imageattach.git
If you find any bug, please create an issue to the issue tracker. Pull requests are also always welcome!
Check out Changelog as well.