Metadata-Version: 1.1
Name: django-imagefield
Version: 0.0.0
Summary: Image field for Django
Home-page: https://github.com/matthiask/django-imagefield/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Description: =================
        django-imagefield
        =================
        
        .. image:: https://travis-ci.org/matthiask/django-imagefield.svg?branch=master
            :target: https://travis-ci.org/matthiask/django-imagefield
        
        .. image:: https://readthedocs.org/projects/django-imagefield/badge/?version=latest
            :target: https://django-imagefield.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        
        Heavily based on `django-versatileimagefield <https://github.com/respondcreate/django-versatileimagefield>`_.
        
        
        Development
        ===========
        
        django-imagefield uses both flake8 and isort to check for style violations. It is
        recommended to add the following git hook as an executable file at
        ``.git/hooks/pre-commit``::
        
            #!/bin/bash
            set -ex
            export PYTHONWARNINGS=ignore
            tox -e style
        
        The easiest way to build the documentation and run the test suite is
        using tox_::
        
            tox -e docs  # Open docs/build/html/index.html
            tox -e tests
        
        
        .. _documentation: https://django-imagefield.readthedocs.io/en/latest/
        .. _tox: https://tox.readthedocs.io/
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
