Metadata-Version: 2.3
Name: django-drf-utils
Version: 2.14.2
Summary: Utilities for commonly used functionality in django and django-rest-framework among BIWG projects.
Project-URL: Repository, https://gitlab.com/biomedit/django-drf-utils
Author-email: Christian Ribeaud <christian.ribeaud@karakun.com>, François Martin <francois.martin@karakun.com>, Gerhard Bräunlich <gerhard.braeunlich@id.ethz.ch>, Jarosław Surkont <jaroslaw.surkont@unibas.ch>, Robin Engler <robin.engler@sib.swiss>, Simone Guzzi <simone.guzzi@sib.swiss>, Swen Vermeul <swen@ethz.ch>
License: LGPL3
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: django>=3.2
Requires-Dist: djangorestframework>=3.12
Requires-Dist: python-json-logger>=2
Provides-Extra: dev
Requires-Dist: bandit==1.7.10; extra == 'dev'
Requires-Dist: django-stubs==5.1.1; extra == 'dev'
Requires-Dist: djangorestframework-stubs==3.15.1; extra == 'dev'
Requires-Dist: factory-boy==3.3.1; extra == 'dev'
Requires-Dist: mypy==0.991; extra == 'dev'
Requires-Dist: pytest-cov==5.0.0; extra == 'dev'
Requires-Dist: pytest-django==4.9.0; extra == 'dev'
Requires-Dist: pytest-randomly==3.16.0; extra == 'dev'
Requires-Dist: pytest==8.3.3; extra == 'dev'
Requires-Dist: requests==2.32.3; extra == 'dev'
Requires-Dist: ruff==0.7.1; extra == 'dev'
Requires-Dist: tox==4.23.2; extra == 'dev'
Requires-Dist: types-factory-boy==0.4.1; extra == 'dev'
Requires-Dist: types-requests==2.32.0.20241016; extra == 'dev'
Description-Content-Type: text/markdown

# django-drf-utils

[![pipeline status](https://gitlab.com/biomedit/django-drf-utils/badges/main/pipeline.svg)](https://gitlab.com/biomedit/django-drf-utils/-/commits/main)
[![python version](https://img.shields.io/pypi/pyversions/django-drf-utils.svg)](https://pypi.org/project/django-drf-utils)
[![license](https://img.shields.io/badge/License-LGPLv3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
[![latest version](https://img.shields.io/pypi/v/django-drf-utils.svg)](https://pypi.org/project/django-drf-utils)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Utilities for commonly used functionality in `django` and `django-rest-framework`
among BioMedIT web services.
