Metadata-Version: 1.1
Name: django-rest-framework-base64-fields
Version: 0.1.1
Summary: Django Rest Framework base64 file fields
Home-page: https://github.com/tsh/django-rest-framework-base64-fields
Author: Anton Nikulin
Author-email: tsh@codebakery.io
License: MIT
Description: Django Rest Framework base64 fields
        Installation:
        >pip django-rest-framework-base64-fields  
        
        Usage:  
        
        >class MySerializer(serializers.ModelSerializer):
            some_file = Base64FileField()
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
