django-versatileimagefield-priv


Namedjango-versatileimagefield-priv JSON
Version 3.1.3 PyPI version JSON
download
home_pagehttp://github.com/respondcreate/django-versatileimagefield/
SummaryA drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.
upload_time2024-05-06 20:26:12
maintainerNone
docs_urlNone
authorJonathan Ellenberger
requires_pythonNone
licenseMIT License, see LICENSE
keywords django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
django-versatileimagefield
==========================

.. image:: https://github.com/respondcreate/django-versatileimagefield/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/respondcreate/django-versatileimagefield/actions/workflows/tests.yml
    :alt: Github Actions Status

.. image:: https://coveralls.io/repos/github/respondcreate/django-versatileimagefield/badge.svg?branch=master
    :target: https://coveralls.io/github/respondcreate/django-versatileimagefield?branch=master
    :alt: Coverage Status

.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.svg?style=flat
    :target: https://pypi.python.org/pypi/django-versatileimagefield/
    :alt: Latest Version

----

A drop-in replacement for django's ``ImageField`` that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.

`Click here for a quick overview <https://django-versatileimagefield.readthedocs.io/en/latest/overview.html>`_ of what it is, how it works and whether or not it's the right fit for your project.

Compatibility
=============

- Python:

  - 3.6
  - 3.7
  - 3.8
  - 3.9

- `Django <https://www.djangoproject.com/>`_:

  - 3.0.x
  - 3.1.x
  - 3.2.x
  - 4.0.x
  - 4.1.x
  - 5.0.x

**NOTE**: The 1.4 release dropped support for Django 1.5.x & 1.6.x.

**NOTE**: The 1.7 release dropped support for Django 1.7.x.

**NOTE**: The 2.1 release dropped support for Django 1.9.x.

**NOTE**: The 3.0 release dropped support for Django 2.x.

- `Pillow <https://pillow.readthedocs.io/en/latest/index.html>`_ >= 6.2.0

- `Django REST Framework <http://www.django-rest-framework.org/>`_:

  - 3.14.x

Documentation
=============

Full documentation available at `Read the Docs <https://django-versatileimagefield.readthedocs.io/en/latest/>`_.

Code
====

``django-versatileimagefield`` is hosted on `github <https://github.com/WGBH/django-versatileimagefield>`_.

Running Tests
=============

If you're running tests on Mac OSX you'll need `libmagic` installed. The recommended way to do this is with ``homebrew``:

.. code-block:: bash

    $ brew install libmagic

Note: Some systems may also be necessary to install the `non-python Pillow build dependencies <https://pillow.readthedocs.io/en/stable/installation.html#external-libraries>`_.

You'll also need ``tox``:

.. code-block:: bash

    $ pip install tox


To run the entire django-versatileimagefield test matrix, that is, run all tests on all supported combination of versions of ``python``, ``django`` and ``djangorestframework``:

.. code-block:: bash

   $ tox

If you just want to run tests against a specific tox environment first, run this command to list all available environments:

.. code-block:: bash

   $ tox -l

Then run this command, substituting ``{tox-env}`` with the environment you want to test:

.. code-block:: bash

   $ tox -e {tox-env}

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/respondcreate/django-versatileimagefield/",
    "name": "django-versatileimagefield-priv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django",
    "author": "Jonathan Ellenberger",
    "author_email": "jonathan_ellenberger@wgbh.org",
    "download_url": "https://files.pythonhosted.org/packages/a7/b9/dbbf99a5bb531c403054a9fdc4c39774b93c789507dcf8acca40272407d5/django_versatileimagefield_priv-3.1.3.tar.gz",
    "platform": null,
    "description": "==========================\ndjango-versatileimagefield\n==========================\n\n.. image:: https://github.com/respondcreate/django-versatileimagefield/actions/workflows/tests.yml/badge.svg\n    :target: https://github.com/respondcreate/django-versatileimagefield/actions/workflows/tests.yml\n    :alt: Github Actions Status\n\n.. image:: https://coveralls.io/repos/github/respondcreate/django-versatileimagefield/badge.svg?branch=master\n    :target: https://coveralls.io/github/respondcreate/django-versatileimagefield?branch=master\n    :alt: Coverage Status\n\n.. image:: https://img.shields.io/pypi/v/django-versatileimagefield.svg?style=flat\n    :target: https://pypi.python.org/pypi/django-versatileimagefield/\n    :alt: Latest Version\n\n----\n\nA drop-in replacement for django's ``ImageField`` that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.\n\n`Click here for a quick overview <https://django-versatileimagefield.readthedocs.io/en/latest/overview.html>`_ of what it is, how it works and whether or not it's the right fit for your project.\n\nCompatibility\n=============\n\n- Python:\n\n  - 3.6\n  - 3.7\n  - 3.8\n  - 3.9\n\n- `Django <https://www.djangoproject.com/>`_:\n\n  - 3.0.x\n  - 3.1.x\n  - 3.2.x\n  - 4.0.x\n  - 4.1.x\n  - 5.0.x\n\n**NOTE**: The 1.4 release dropped support for Django 1.5.x & 1.6.x.\n\n**NOTE**: The 1.7 release dropped support for Django 1.7.x.\n\n**NOTE**: The 2.1 release dropped support for Django 1.9.x.\n\n**NOTE**: The 3.0 release dropped support for Django 2.x.\n\n- `Pillow <https://pillow.readthedocs.io/en/latest/index.html>`_ >= 6.2.0\n\n- `Django REST Framework <http://www.django-rest-framework.org/>`_:\n\n  - 3.14.x\n\nDocumentation\n=============\n\nFull documentation available at `Read the Docs <https://django-versatileimagefield.readthedocs.io/en/latest/>`_.\n\nCode\n====\n\n``django-versatileimagefield`` is hosted on `github <https://github.com/WGBH/django-versatileimagefield>`_.\n\nRunning Tests\n=============\n\nIf you're running tests on Mac OSX you'll need `libmagic` installed. The recommended way to do this is with ``homebrew``:\n\n.. code-block:: bash\n\n    $ brew install libmagic\n\nNote: Some systems may also be necessary to install the `non-python Pillow build dependencies <https://pillow.readthedocs.io/en/stable/installation.html#external-libraries>`_.\n\nYou'll also need ``tox``:\n\n.. code-block:: bash\n\n    $ pip install tox\n\n\nTo run the entire django-versatileimagefield test matrix, that is, run all tests on all supported combination of versions of ``python``, ``django`` and ``djangorestframework``:\n\n.. code-block:: bash\n\n   $ tox\n\nIf you just want to run tests against a specific tox environment first, run this command to list all available environments:\n\n.. code-block:: bash\n\n   $ tox -l\n\nThen run this command, substituting ``{tox-env}`` with the environment you want to test:\n\n.. code-block:: bash\n\n   $ tox -e {tox-env}\n",
    "bugtrack_url": null,
    "license": "MIT License, see LICENSE",
    "summary": "A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.",
    "version": "3.1.3",
    "project_urls": {
        "Homepage": "http://github.com/respondcreate/django-versatileimagefield/"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d7bb3846e970c5256cb1edc1aba4f40d3c065d2ab4308b7aa5a55752d255ea6",
                "md5": "bfb4a63781e56a46a088cebddd3402f8",
                "sha256": "3bbf3ac1330ac26f0abc07080ebd5464f38cc415753ea009e336c283c251ed06"
            },
            "downloads": -1,
            "filename": "django_versatileimagefield_priv-3.1.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfb4a63781e56a46a088cebddd3402f8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 54522,
            "upload_time": "2024-05-06T20:26:01",
            "upload_time_iso_8601": "2024-05-06T20:26:01.426531Z",
            "url": "https://files.pythonhosted.org/packages/6d/7b/b3846e970c5256cb1edc1aba4f40d3c065d2ab4308b7aa5a55752d255ea6/django_versatileimagefield_priv-3.1.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7b9dbbf99a5bb531c403054a9fdc4c39774b93c789507dcf8acca40272407d5",
                "md5": "f7cc25ba6c6fb3e3152d7c22159c358a",
                "sha256": "ed7d2448bfad92d9fe41bf806e80d8f165efce5ea1aa4dabb4d0243d9f321cfc"
            },
            "downloads": -1,
            "filename": "django_versatileimagefield_priv-3.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "f7cc25ba6c6fb3e3152d7c22159c358a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29731,
            "upload_time": "2024-05-06T20:26:12",
            "upload_time_iso_8601": "2024-05-06T20:26:12.800530Z",
            "url": "https://files.pythonhosted.org/packages/a7/b9/dbbf99a5bb531c403054a9fdc4c39774b93c789507dcf8acca40272407d5/django_versatileimagefield_priv-3.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-06 20:26:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "respondcreate",
    "github_project": "django-versatileimagefield",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-versatileimagefield-priv"
}
        
Elapsed time: 0.24109s