Metadata-Version: 2.1
Name: drf-rehive-extras
Version: 0.0.13
Summary: Extras for DRF
Home-page: https://github.com/rehive/drf-rehive-extras
Author: Rehive
Author-email: info@rehive.com
License: MIT
Download-URL: https://github.com/rehive/drf-rehive-extras/archive/0.0.13.zip
Description: <p align="center">
          <img width="64" src="https://avatars2.githubusercontent.com/u/22204821?s=200&v=4" alt="Rehive Logo">
          <h1 align="center">DRF Rehive Extras</h1>
          <p align="center">Extra utilities for using Django REST Framework.</p>
        </p>
        
        
        ## Features
        
        - Python 3.6
        - Django 2.2.13
        - Generic views and mixins for all CRUD.
        - Custom pagination that supports cursor and page based pagination.
        - Integrated support for flex fields and django filters.
        - Base serializers.
        - Metadata, timestamp and enum serializer fields.
        
        
        ## Getting started
        
        1. Install the package:
        
        ```sh
        pip install drf-rehive-extras
        ```
        
        2. Add "drf_rehive_extras" to your INSTALLED_APPS settings like this:
        
        ```python
        INSTALLED_APPS = [
            ...
            'drf_rehive_extras',
        ]
        ```
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.4
Description-Content-Type: text/markdown
