pyramid_storage is a package for handling file uploads in your Pyramid framework application.
Official docs:
https://pythonhosted.org/pyramid_storage/
Tested with python 2.6, 2.7, 3.5, 3.6 and 3.7.
This package was inspired by the flask-uploads package: