Metadata-Version: 2.1
Name: pyramid_storage
Version: 1.3.2
Summary: File storage package for Pyramid
Author-email: Dan Jacob <danjac354@gmail.com>
License: Copyright (c) 2013 by Dan Jacob.
        Some rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are
        met:
        
        * Redistributions of source code must retain the above copyright
         notice, this list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials provided
         with the distribution.
        
        * The names of the contributors may not be used to endorse or
         promote products derived from this software without specific
         prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
        "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
        A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
        LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Repository, https://github.com/danjac/pyramid_storage/
Keywords: web services
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pyramid
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: pyramid
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Provides-Extra: s3
Requires-Dist: boto; extra == "s3"
Provides-Extra: gcloud
Requires-Dist: google-cloud-storage; extra == "gcloud"

.. 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 <https://github.com/srusskih/flask-uploads>`_


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
