Skip to content

NarrativeScience-old/pysaql

Repository files navigation

pysaql

License

Python SAQL query builder

Features:

Table of Contents:

Installation

pysaql requires Python 3.9 or above.

pip install pysaql
# or
poetry add pysaql

Guide

Development

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