Metadata-Version: 2.1
Name: queryish
Version: 0.1
Summary: A library for constructing queries on arbitrary data sources following Django's QuerySet API
Home-page: https://github.com/wagtail/queryish
Author: Matthew Westcott
Author-email: matthew.westcott@torchbox.com
License: BSD
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# queryish

A Python library for constructing queries on arbitrary data sources following Django's QuerySet API.
