Metadata-Version: 2.4
Name: pbi_prototype_query_translation
Version: 1.1.2
Summary: Converts PowerBI frontend Prototype Queries to DAX queries that can be understood by the SSAS backend
Requires-Python: >=3.11.0
Requires-Dist: pythonnet>=3.0.5
Provides-Extra: dev
Requires-Dist: build>=1.2.2; extra == 'dev'
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.6.16; extra == 'docs'
Requires-Dist: mkdocs>=1.6.1; extra == 'docs'
Requires-Dist: mkdocstrings-python>=0.30.0; extra == 'docs'
Description-Content-Type: text/markdown

# Dev Instructions


## Set Up

```shell
python -m venv venv
venv\Scripts\activate
python -m pip install .[dev]
pre-commit install
```

# Building package

1. Run the C# application against x64 target
2. Run add_libs to refresh the C# libs being binded to python
3. Run the shell command below

```shell
python -m build .
```

# Sphinx

sphinx-quickstart