Metadata-Version: 2.1
Name: django-utilitas
Version: 1.1.1
Summary: Django package with useful utility classes
Home-page: https://github.com/ninnroot/utilitas
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django (>=4.0)
Requires-Dist: drf-yasg (>=1.21.4)
Requires-Dist: djangorestframework (>=3.14.0)
Requires-Dist: drf-flex-fields (>=1.0.0)

# Django Utilitas
Django Utilitas is a library that contains many ready-to-use utility classes so that you can just focus on the business logic of your API.

Utilitas itself is built upon many other great Django packages such as drf-ff, drf-yasg and the Django REST Framework itself.


## Feature summary
Here is a summarized version of Utilitas' features:
- pagination
- sorting
- filtering (searching)
- swagger API support
- nested read serializers
- limiting the response' field

## Documentation
Docs are still in progress. I have assignments to do :(
