Metadata-Version: 2.1
Name: dynamic-rest-bse
Version: 2.4.2
Summary: Dynamic API support to Django REST Framework. Forked...
Home-page: http://github.com/BillSchumacher/dynamic-rest
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE.md
License-File: LICENSE.txt
Requires-Dist: Django<4.3,>=3.2
Requires-Dist: djangorestframework<3.15,>=3.11.2
Requires-Dist: inflection>=0.5.0
Requires-Dist: requests
Requires-Dist: sqids>=0.1.0
Requires-Dist: orjson==3.9.7

Dynamic REST
===================

.. image:: https://coveralls.io/repos/github/BillSchumacher/dynamic-rest/badge.svg?branch=main
 :target: https://coveralls.io/github/BillSchumacher/dynamic-rest?branch=main

**Dynamic API extensions for Django REST Framework**

See http://dynamic-rest.readthedocs.org for full documentation.

Overview
========

Dynamic REST (or DREST) extends the popular `Django REST
Framework <https://django-rest-framework.org>`__ (or DRF) with API
features that empower simple RESTful APIs with the flexibility of a
graph query language.

DREST classes can be used as a drop-in replacement for DRF classes,
which offer the following features on top of the standard DRF kit:

-  Linked relationships
-  Side-loaded relationships
-  Embedded relationships
-  Field inclusions
-  Field exclusions
-  Field-based filtering
-  Field-based sorting
-  Directory panel for your Browsable API
-  Optimizations

DREST was initially written to complement `Ember
Data <https://github.com/emberjs/data>`__, but it can be used to provide
fast and flexible CRUD operations to any consumer that supports JSON
over HTTP.

Maintainers
-----------

-  `Anthony Leontiev <mailto:aleontiev@tohigherground.com>`__
-  `Savinay Nangalia <mailto:snangalia@tohigherground.com>`__
-  `Christina D'Astolfo <mailto:cdastolfo@tohigherground.com>`__

Requirements
============

-  Python (3.9, 3.10, 3.11)
-  Django (3.1, 3.2, 4.0, 4.1, 4.2)
-  Django REST Framework (3.11, 3.12, 3.13, 3.14)
