Skip to content

drf-corekit

Welcome to drf-corekit: a small collection of reusable utilities, middleware, and extensions for Django and Django REST Framework.

Installation

Install using pip:

pip install git+ssh://git@github.com/syfqpie/drf-corekit.git@<tag_or_branch>

Install using uv:

uv add git+ssh://git@github.com/syfqpie/drf-corekit.git@<tag_or_branch>

Requirements:

  • Python 3.12+
  • Django >= 5.2, DRF >= 3.16.1