pyramid_storage is a package for handling file uploads in your Pyramid framework application.
- Official docs: https://pythonhosted.org/pyramid_storage/
This package was inspired by the flask-uploads package
To run the unit tests:
$ make tests
- Create a release on Github on https://github.com/danjac/pyramid_storage/releases/new
- Create a new tag X.Y.Z (This tag will be created from the target when you publish this release.)
- Generate release notes
- Publish release