Metadata-Version: 1.1
Name: django-versatileimagefield
Version: 1.0.3
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.
Home-page: http://github.com/WGBH/django-versatileimagefield/
Author: Jonathan Ellenberger
Author-email: jonathan_ellenberger@wgbh.org
License: MIT License, see LICENSE
Description: ==========================
        django-versatileimagefield
        ==========================
        
        .. image:: https://travis-ci.org/WGBH/django-versatileimagefield.svg?branch=master
            :target: https://travis-ci.org/WGBH/django-versatileimagefield
            :alt: Travis CI Status
        
        .. image:: https://img.shields.io/coveralls/WGBH/django-versatileimagefield.svg?style=flat
            :target: https://coveralls.io/r/WGBH/django-versatileimagefield
            :alt: Coverage Status
        
        .. image:: https://img.shields.io/pypi/dm/django-versatileimagefield.svg?style=flat
            :target: https://pypi.python.org/pypi/django-versatileimagefield/
            :alt: Downloads
        
        .. 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 <http://django-versatileimagefield.readthedocs.org/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:
        
          - 2.7
          - 3.3
          - 3.4
        
        - `Django <https://www.djangoproject.com/>`_:
        
          - 1.6.x
          - 1.7.x
          - 1.8.x
        
        - `Pillow <http://pillow.readthedocs.org/en/latest/index.html>`_ >= 2.4.0
        
        - `Django REST Framework <http://www.django-rest-framework.org/>`_:
        
          - 2.3.14
          - 2.4.4
          - 3.0.x
          - 3.1.x
        
        Documentation
        =============
        
        Full documentation available at `Read the Docs <http://django-versatileimagefield.readthedocs.org/en/latest/>`_.
        
        Code
        ====
        
        ``django-versatileimagefield`` is hosted on `github <https://github.com/WGBH/django-versatileimagefield>`_.
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.6
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Development Status :: 5 - Production/Stable
