Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danjac/pyramid_storage
File upload management for the Pyramid web framework
https://github.com/danjac/pyramid_storage
Last synced: about 2 months ago
JSON representation
File upload management for the Pyramid web framework
- Host: GitHub
- URL: https://github.com/danjac/pyramid_storage
- Owner: danjac
- License: other
- Created: 2013-12-16T09:47:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T14:48:25.000Z (7 months ago)
- Last Synced: 2024-07-19T23:42:32.457Z (6 months ago)
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 16
- Watchers: 5
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - pyramid_storage - This is a package for handling file uploads in your Pyramid framework application. (Media-Management)
README
.. image:: https://github.com/danjac/pyramid_storage/actions/workflows/test.yml/badge.svg
:target: https://github.com/danjac/pyramid_storage/actions.. image:: https://img.shields.io/pypi/v/pyramid_storage.svg
:target: https://pypi.python.org/pypi/pyramid_storage**pyramid_storage** is a package for handling file uploads in your Pyramid framework application.
Links
=====* Official docs: https://pythonhosted.org/pyramid_storage/
This package was inspired by the `flask-uploads package `_
Running the tests
=================To run the unit tests::
$ make tests
Releasing
=========1. Create a release on Github on https://github.com/danjac/pyramid_storage/releases/new
2. Create a new tag `X.Y.Z` (*This tag will be created from the target when you publish this release.*)
3. Generate release notes
4. Publish release