An open API service indexing awesome lists of open source software.

https://github.com/wccdev/drf-smart-filters

Smart filters for Django REST Framework
https://github.com/wccdev/drf-smart-filters

django-rest-framework python

Last synced: about 2 months ago
JSON representation

Smart filters for Django REST Framework

Awesome Lists containing this project

README

          

# drf-smart-filters

[![pypi](https://img.shields.io/pypi/v/drf-smart-filters.svg)](https://pypi.org/project/drf-smart-filters/)
[![license](https://img.shields.io/github/license/wccdev/drf-smart-filters)](https://github.com/wccdev/drf-smart-filters/blob/main/LICENSE)
[![python](https://img.shields.io/pypi/pyversions/drf-smart-filters.svg)](https://pypi.org/project/drf-smart-filters/)
[![Build Status](https://github.com/wccdev/drf-smart-filters/actions/workflows/ci.yml/badge.svg)](https://github.com/wccdev/drf-smart-filters/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/wccdev/drf-smart-filters/branch/main/graphs/badge.svg)](https://codecov.io/github/wccdev/drf-smart-filters)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Skeleton project created by Cookiecutter PyPackage

* Documentation:
* GitHub:
* PyPI:
* Free software: MIT

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/wccdev/cookiecutter) and the [wccdev/cookiecutter-pypackage](https://github.com/wccdev/cookiecutter-pypackage) project template.