Metadata-Version: 2.1
Name: rest-filter-qp
Version: 1.1.2
Summary: A package for filtering any objects in django models
Home-page: https://github.com/mahmoodrezaei/rest-filter-qp
Author: Mahmoud Rezaei
Author-email: mahmoudrezaei74@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mahmoodrezaei/rest-filter-qp
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

A package for filter all models in django based on query parameters.

```
query parameters:
https://example.com/[URL]/?filters[]=[{"key":"KEY1","value":"VALUE1"},{"key":"KEY2","value":"VALUE2"},...]
```

