Metadata-Version: 1.1
Name: django-safe-filefield
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/mixkorshun/django-safe-filefield
Author: Vladislav Bakin
Author-email: mixkorshun@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: django-safe-filefield
        =====================
        .. image:: https://travis-ci.org/mixkorshun/django-safe-filefield.svg?branch=master
           :alt: build status
           :target: https://travis-ci.org/mixkorshun/django-safe-filefield
        .. image:: https://codecov.io/gh/mixkorshun/django-safe-filefield/branch/master/graph/badge.svg
           :alt: code coverage
           :target: https://codecov.io/gh/mixkorshun/django-safe-filefield
        .. image:: https://badge.fury.io/py/django-safe-filefield.svg
           :alt: pypi
           :target: https://pypi.python.org/pypi/django-safe-filefield
        .. image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
           :alt: pep8
           :target: https://www.python.org/dev/peps/pep-0008/
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :alt: MIT
           :target: https://opensource.org/licenses/MIT
        
        Allow you easily check file for extension by content-type
        and detected by content content-type. Useful to user-uploaded files.
        
Keywords: django,filefield,model-field,form-field
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
