Python SAQL query builder
Features:
Table of Contents:
pysaql requires Python 3.9 or above.
pip install pysaql
# or
poetry add pysaql
To develop pysaql, install dependencies and enable the pre-commit hook:
pip install pre-commit poetry
poetry install
pre-commit install -t pre-commit -t pre-push
To run tests:
poetry run pytest