Metadata-Version: 2.4
Name: pbi_pyadomd
Version: 1.4.3
Summary: A fork of pyadomd, providing a typed python interface for communicating with an SSAS instance
Project-URL: Homepage, https://github.com/douglassimonsen/pbi_pyadomd
Project-URL: Documentation, https://douglassimonsen.github.io/pbi_pyadomd/
License-File: LICENSE
Requires-Python: >=3.11.0
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: pythonnet>=3.0.0
Requires-Dist: pythonnet>=3.0.3
Requires-Dist: structlog>=25.4.0
Provides-Extra: dev
Requires-Dist: build>=1.2.2; extra == 'dev'
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
Requires-Dist: ruff>=0.12.7; 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

# Overview

[![PyPI Downloads](https://static.pepy.tech/badge/pbi-pyadomd)](https://pepy.tech/projects/pbi-pyadomd)
![Python](https://img.shields.io/badge/python-3.11-blue.svg)
[![Coverage Status](https://coveralls.io/repos/github/douglassimonsen/pbi_pyadomd/badge.svg?branch=main)](https://coveralls.io/github/douglassimonsen/pbi_pyadomd?branch=main)
![Repo Size](https://img.shields.io/github/repo-size/douglassimonsen/pbi_pyadomd)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdouglassimonsen%2Fpbi_pyadomd.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdouglassimonsen%2Fpbi_pyadomd?ref=badge_shield&issueType=license)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdouglassimonsen%2Fpbi_pyadomd.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdouglassimonsen%2Fpbi_pyadomd?ref=badge_shield&issueType=security)

pbi_pyadomd is a fork of the original [pyadomd](https://pypi.org/project/pyadomd/) library, designed to provide a typed Python interface for communicating with SQL Server Analysis Services (SSAS) instances. This library allows developers to execute DAX and XML queries against SSAS in a more structured and type-safe manner.

For more information, see the [docs](https://douglassimonsen.github.io/pbi_pyadomd/)

# Installation

```shell
python -m pip install pbi_pyadomd
```
