django-storages


Namedjango-storages JSON
Version 1.14.5 PyPI version JSON
download
home_pageNone
SummarySupport for many storage backends in Django
upload_time2025-02-15 16:57:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://raw.githubusercontent.com/jschneier/django-storages/master/docs/logos/horizontal.png
    :alt: Django-Storages
    :width: 100%

.. image:: https://img.shields.io/pypi/v/django-storages.svg
    :target: https://pypi.org/project/django-storages/
    :alt: PyPI Version

.. image:: https://github.com/jschneier/django-storages/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/jschneier/django-storages/actions/workflows/ci.yml
    :alt: Build Status

Installation
============
Installing from PyPI is as easy as doing:

.. code-block:: bash

  pip install django-storages

If you'd prefer to install from source (maybe there is a bugfix in master that
hasn't been released yet) then the magic incantation you are looking for is:

.. code-block:: bash

  pip install -e 'git+https://github.com/jschneier/django-storages.git#egg=django-storages'

For detailed instructions on how to configure the backend of your choice please consult the documentation.

About
=====
django-storages is a project to provide a variety of storage backends in a single library.

This library is usually compatible with the currently supported versions of
Django. Check the Trove classifiers in setup.py to be sure.

django-storages is backed in part by `Tidelift`_. Check them out for all of your enterprise open source
software commercial support needs.

.. _Tidelift: https://tidelift.com/subscription/pkg/pypi-django-storages?utm_source=pypi-django-storages&utm_medium=referral&utm_campaign=enterprise&utm_term=repo

Security
========

To report a security vulnerability, please use the `Tidelift security contact`_. Tidelift will coordinate the
fix and disclosure. Please **do not** post a public issue on the tracker.

.. _Tidelift security contact: https://tidelift.com/security


Found a Bug?
============

Issues are tracked via GitHub issues at the `project issue page
<https://github.com/jschneier/django-storages/issues>`_.

Documentation
=============
Documentation for django-storages is located at https://django-storages.readthedocs.io/.

Contributing
============

#. `Check for open issues
   <https://github.com/jschneier/django-storages/issues>`_ at the project
   issue page or open a new issue to start a discussion about a feature or bug.
#. Fork the `django-storages repository on GitHub
   <https://github.com/jschneier/django-storages>`_ to start making changes.
#. Add a test case to show that the bug is fixed or the feature is implemented
   correctly.
#. Bug me until I can merge your pull request.

Please don't update the library version in CHANGELOG.rst or ``storages/__init__.py``, the maintainer will do that on release.

History
=======
This repo began as a fork of the original library under the package name of django-storages-redux and
became the official successor (releasing under django-storages on PyPI) in February of 2016.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-storages",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Josh Schneier <josh.schneier@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/eb/4ec2b551a6769cb8112497c9fe5c773717622cec0862a8225bda2dfedb66/django_storages-1.14.5.tar.gz",
    "platform": null,
    "description": ".. image:: https://raw.githubusercontent.com/jschneier/django-storages/master/docs/logos/horizontal.png\n    :alt: Django-Storages\n    :width: 100%\n\n.. image:: https://img.shields.io/pypi/v/django-storages.svg\n    :target: https://pypi.org/project/django-storages/\n    :alt: PyPI Version\n\n.. image:: https://github.com/jschneier/django-storages/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/jschneier/django-storages/actions/workflows/ci.yml\n    :alt: Build Status\n\nInstallation\n============\nInstalling from PyPI is as easy as doing:\n\n.. code-block:: bash\n\n  pip install django-storages\n\nIf you'd prefer to install from source (maybe there is a bugfix in master that\nhasn't been released yet) then the magic incantation you are looking for is:\n\n.. code-block:: bash\n\n  pip install -e 'git+https://github.com/jschneier/django-storages.git#egg=django-storages'\n\nFor detailed instructions on how to configure the backend of your choice please consult the documentation.\n\nAbout\n=====\ndjango-storages is a project to provide a variety of storage backends in a single library.\n\nThis library is usually compatible with the currently supported versions of\nDjango. Check the Trove classifiers in setup.py to be sure.\n\ndjango-storages is backed in part by `Tidelift`_. Check them out for all of your enterprise open source\nsoftware commercial support needs.\n\n.. _Tidelift: https://tidelift.com/subscription/pkg/pypi-django-storages?utm_source=pypi-django-storages&utm_medium=referral&utm_campaign=enterprise&utm_term=repo\n\nSecurity\n========\n\nTo report a security vulnerability, please use the `Tidelift security contact`_. Tidelift will coordinate the\nfix and disclosure. Please **do not** post a public issue on the tracker.\n\n.. _Tidelift security contact: https://tidelift.com/security\n\n\nFound a Bug?\n============\n\nIssues are tracked via GitHub issues at the `project issue page\n<https://github.com/jschneier/django-storages/issues>`_.\n\nDocumentation\n=============\nDocumentation for django-storages is located at https://django-storages.readthedocs.io/.\n\nContributing\n============\n\n#. `Check for open issues\n   <https://github.com/jschneier/django-storages/issues>`_ at the project\n   issue page or open a new issue to start a discussion about a feature or bug.\n#. Fork the `django-storages repository on GitHub\n   <https://github.com/jschneier/django-storages>`_ to start making changes.\n#. Add a test case to show that the bug is fixed or the feature is implemented\n   correctly.\n#. Bug me until I can merge your pull request.\n\nPlease don't update the library version in CHANGELOG.rst or ``storages/__init__.py``, the maintainer will do that on release.\n\nHistory\n=======\nThis repo began as a fork of the original library under the package name of django-storages-redux and\nbecame the official successor (releasing under django-storages on PyPI) in February of 2016.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Support for many storage backends in Django",
    "version": "1.14.5",
    "project_urls": {
        "Homepage": "https://github.com/jschneier/django-storages"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a36100e4bcbf55337c2633c6cddc77a15d4ea16cbe74c01c1f745ecde8feff47",
                "md5": "a5025e32253d639d751c55e7908d2a13",
                "sha256": "5ce9c69426f24f379821fd688442314e4aa03de87ae43183c4e16915f4c165d4"
            },
            "downloads": -1,
            "filename": "django_storages-1.14.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5025e32253d639d751c55e7908d2a13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32636,
            "upload_time": "2025-02-15T16:57:18",
            "upload_time_iso_8601": "2025-02-15T16:57:18.578612Z",
            "url": "https://files.pythonhosted.org/packages/a3/61/00e4bcbf55337c2633c6cddc77a15d4ea16cbe74c01c1f745ecde8feff47/django_storages-1.14.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d7eb4ec2b551a6769cb8112497c9fe5c773717622cec0862a8225bda2dfedb66",
                "md5": "61cb7b05e7ac3d034a799ec4277e68af",
                "sha256": "ace80dbee311258453e30cd5cfd91096b834180ccf09bc1f4d2cb6d38d68571a"
            },
            "downloads": -1,
            "filename": "django_storages-1.14.5.tar.gz",
            "has_sig": false,
            "md5_digest": "61cb7b05e7ac3d034a799ec4277e68af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 85867,
            "upload_time": "2025-02-15T16:57:20",
            "upload_time_iso_8601": "2025-02-15T16:57:20.187656Z",
            "url": "https://files.pythonhosted.org/packages/d7/eb/4ec2b551a6769cb8112497c9fe5c773717622cec0862a8225bda2dfedb66/django_storages-1.14.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-15 16:57:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jschneier",
    "github_project": "django-storages",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-storages"
}
        
Elapsed time: 0.79969s