Metadata-Version: 1.1
Name: django-file-md5
Version: 1.0.1
Summary: Django File Md5
Home-page: https://github.com/django-xxx/django-file-md5
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ===============
        django-file-md5
        ===============
        
        Django File Md5
        
        Installation
        ============
        
        ::
        
            pip install django-file-md5
        
        
        Usage
        =====
        
        ::
        
            from filemd5 import calculate_md5
        
            def xxx(request):
                photo = request.FILES.get('photo', '')
                # if photo:
                #     md5 = calculate_md5(photo)
                md5 = calculate_md5(photo)
        
        
Keywords: Django File Md5
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
