django-storages


Namedjango-storages JSON
Version 1.14.4 PyPI version JSON
download
home_pageNone
SummarySupport for many storage backends in Django
upload_time2024-07-09 04:10:32
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/6d/88/77b5ede11147941dece064bd80ac618f6a4b91b4c9d5d305a2660014941e/django-storages-1.14.4.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.4",
    "project_urls": {
        "Homepage": "https://github.com/jschneier/django-storages"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e069a4b2f2dfa51fd18fd898e10cc41d73a30965da7cb3b683f1375b1dc3dd5c",
                "md5": "41d9e3bcdee9e33b0353eb5e3c202154",
                "sha256": "d61930acb4a25e3aebebc6addaf946a3b1df31c803a6bf1af2f31c9047febaa3"
            },
            "downloads": -1,
            "filename": "django_storages-1.14.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41d9e3bcdee9e33b0353eb5e3c202154",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31809,
            "upload_time": "2024-07-09T04:10:29",
            "upload_time_iso_8601": "2024-07-09T04:10:29.348302Z",
            "url": "https://files.pythonhosted.org/packages/e0/69/a4b2f2dfa51fd18fd898e10cc41d73a30965da7cb3b683f1375b1dc3dd5c/django_storages-1.14.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d8877b5ede11147941dece064bd80ac618f6a4b91b4c9d5d305a2660014941e",
                "md5": "852343f362e4216848a0f7ccbdeaa491",
                "sha256": "69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f"
            },
            "downloads": -1,
            "filename": "django-storages-1.14.4.tar.gz",
            "has_sig": false,
            "md5_digest": "852343f362e4216848a0f7ccbdeaa491",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 83496,
            "upload_time": "2024-07-09T04:10:32",
            "upload_time_iso_8601": "2024-07-09T04:10:32.201580Z",
            "url": "https://files.pythonhosted.org/packages/6d/88/77b5ede11147941dece064bd80ac618f6a4b91b4c9d5d305a2660014941e/django-storages-1.14.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 04:10:32",
    "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.28758s