Utils for django rest
Project description
Django Rest Extra Utils
A collection of useful tools, serializers and views to help and DRY your code.
Full documentation:
Overview
This is a useful tool for developers working with Django Rest Framework, as it provides a range of useful features that can help streamline development and improve the functionality of your API.
Requirements
- Python (3.8, 3.9, 3.10, 3.11)
- Django (3.0, 3.1, 3.2, 3.3, 4.0, 4.1, 4.2)
- Django Rest Framework (3.10, 3.11, 3.12, 3.13, 3.14, 3.15)
Installation
$ pip install drf-extra-utils
Add drf_extra_utils
to your INSTALLED_APPS setting:
INSTALLED_APPS = (
...
'drf_extra_utils'
)
Testing
Install testing requirements
$ pip install -r requirements-test.txt
Run with pytest
$ pytest
Run with tox
$ pip install tox
$ tox
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drf-extra-utils-1.0.3.tar.gz
(12.2 kB
view details)
File details
Details for the file drf-extra-utils-1.0.3.tar.gz
.
File metadata
- Download URL: drf-extra-utils-1.0.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
34209c7a7d2d8e8c62649868cbe4f678f9c97877ab32bea251e11c70abdb6a09
|
|
MD5 |
c056383b2a3e221a3130a3623fe3b24b
|
|
BLAKE2b-256 |
13d7a86f3d9815e378e718488f9222ce8f6fdb783127bedda5e78186549d7024
|