Metadata-Version: 2.1
Name: django-query-language
Version: 0.1.3
Summary: A package for parsing parametric queries to Django filter expression
Project-URL: Homepage, https://github.com/ivan-katkov/django-query-language
Project-URL: Bug Tracker, https://github.com/ivan-katkov/django-query-language/issues
Author-email: Ivan Katkov <ivan.katkov@nyu.edu>
License-File: LICENSE
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: django
Requires-Dist: sqlglot
Description-Content-Type: text/markdown

# django-query-language 

![](https://github.com/ivan-katkov/django-query-language/actions/workflows/test.yaml/badge.svg) ![](https://github.com/ivan-katkov/django-query-language/actions/workflows/publish.yaml/badge.svg)


A package for parsing parametric queries to Django filter expression

