Metadata-Version: 2.1
Name: drf-helpers
Version: 0.1.2
Summary: A collection of modules that contain useful helpers for use with the Django REST Framework.
Home-page: https://github.com/alexseitsinger/drf_helpers
Author: Alex Seitsinger
Author-email: alexseitsinger@gmail.com
License: BSD 2-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
Requires-Dist: Django (>=2.0)
Requires-Dist: djangorestframework

# DRF Helpers

## Description

A collection of modules that contain useful helpers for use with the Django REST Framework.

## Installation

```python
pip install drf-helpers
```

or

```python
pipenv install drf-helpers
```

