Metadata-Version: 2.4
Name: eeql
Version: 0.1.1
Summary: EEQL (Event-Entity Query Language): a query language and Python toolkit for event-entity data models.
Project-URL: Homepage, https://github.com/daisydatahq/eeql
Project-URL: Repository, https://github.com/daisydatahq/eeql
Project-URL: Issues, https://github.com/daisydatahq/eeql/issues
Author-email: Bryce Codell <you@example.com>
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: networkx~=3.0
Requires-Dist: pydantic<3.0,>=2.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: snowflake-connector-python<5.0.0,>=4.1.1
Requires-Dist: sqlglot<24,>=23
Description-Content-Type: text/markdown

# eeql
Entity-Event Query Language (EEQL) - a DSL and Python interface for querying event data.

## Release Automation
Pull requests to `main` publish prereleases to TestPyPI for quick validation. Merges to
`main` publish releases to PyPI when `pyproject.toml` has a new version.

TestPyPI install:

```bash
pip install -i https://test.pypi.org/simple eeql==<version>
```
