Metadata-Version: 2.4
Name: django-ormql
Version: 0.0.0
Summary: ORMQL is a library that allows adding a reporting DSL (that is loosely based on SQL) to your Django project.
Author-email: Raphael Michel <mail@raphaelmichel.de>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/pretix/django-ormql
Keywords: django,sql
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlglot[c]==29.0.1
Provides-Extra: dev
Requires-Dist: pytest==9.*; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: django<6.1; extra == "dev"
Requires-Dist: factory_boy==3.*; extra == "dev"
Requires-Dist: freezegun; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: check-manifest; extra == "dev"
Dynamic: license-file

ORMQL
=====

ORMQL is a library that allows adding a reporting DSL (that is loosely based on SQL) to your Django project.

See [Design](doc/design.md) for more background.

Compatibility
-------------

- Django 4.2, 5.2, 6.0
- Python versions supported by Django 4.2 through 5.2
- SQLite and PostgreSQL

Security
--------

If you discover a security issue, please contact us at security@pretix.eu and see our [Responsible Disclosure Policy](https://docs.pretix.eu/trust/security/disclosure/) further information.

License
-------
The code in this repository is published under the terms of the Apache License. 
See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel <mail@raphaelmichel.de>.
