A pythonic library for querying SSAS (SQL Server Analysis Services) tabular and multidimensional data models using ADOMD.NET. Version 0.1.1, alpha stage, low release cadence.
pip install pyadomdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to SSAS, run MDX query, and print results using context manager.
Pin version and test thoroughly before deployment.
Use 'from pyadomd import AdomdConnection'.
Ensure ADOMD.NET is installed (via SQL Server features or standalone) or use Windows.
Use 'Integrated Security=SSPI' or 'User ID=...;Password=...' for SQL auth.
No dependency data recorded yet.