Metadata-Version: 1.1
Name: drf-utils
Version: 0.2.0
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
        
        ## Releasing
        
        Circle takes care of releasing to PyPI. Simply create a tag in the form
        3.2.1 and circle will build and release as 3.2.1.
        
        To release locally, run `./release.sh <version>`
        
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
