Metadata-Version: 1.1
Name: drf-utils
Version: 0.0.3
Summary: Reusable utilities for DRF used at Ployst
Home-page: https://github.com/ployst/drf-utils
Author: The ployst team
Author-email: dev@ployst.com
License: UNKNOWN
Description: # DRF Utils
        
        Utilities for Django Rest Framework we use at :ployst, including:
        
        - Fields
        - Serializer mixins
        - Decorators
        
        DRF Utils only supports Python 3. It has been tested with Python 3.4.
        
        ## Development
        
        Run tests with:
        
            DJANGO_SETTINGS_MODULE=drfutils.tests.settings django-admin test
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
