Metadata-Version: 2.4
Name: pbi_core
Version: 0.3.7
Summary: Accessing PBIX files programmatically
License-File: LICENSE
Requires-Python: >=3.11.0
Requires-Dist: backoff>=2.2.1
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: colorblind>=0.0.9
Requires-Dist: colormath>=3.0.0
Requires-Dist: gitpython>=3.1
Requires-Dist: inquirer>=3.4.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: jsondiff>=2.2.1
Requires-Dist: lxml>=5.3.0
Requires-Dist: pbi-mermaid>=0.2.3
Requires-Dist: pbi-parsers>=0.7.19
Requires-Dist: pbi-prototype-query-translation>=1.1.2
Requires-Dist: pbi-pyadomd>=1.3.6
Requires-Dist: psutil>=6.0.0
Requires-Dist: pydantic-extra-types>=2.10.5
Requires-Dist: pydantic>=2.11.7
Requires-Dist: pytest>=8.3.2
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pythonnet>=3.0.3
Requires-Dist: semver>=3.0.4
Requires-Dist: structlog>=24.4.0
Provides-Extra: dev
Requires-Dist: build>=1.2.2; extra == 'dev'
Requires-Dist: click>=8.1.8; extra == 'dev'
Requires-Dist: inquirer>=3.4.0; extra == 'dev'
Requires-Dist: mypy>=1.11.2; extra == 'dev'
Requires-Dist: pre-commit>=3.8.0; extra == 'dev'
Requires-Dist: requests>=2.32.4; 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'
Provides-Extra: internationalization
Requires-Dist: langcodes>=3.4.1; extra == 'internationalization'
Requires-Dist: openpyxl>=3.1.5; extra == 'internationalization'
Description-Content-Type: text/markdown

# Overview


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

`pbi_core` is a Python library designed to facilitate the creation and management of Power BI datasets. It provides a structured way to define datasets, tables, and relationships, making it easier to work with Power BI's data models.

Read the [documentation](https://douglassimonsen.github.io/pbi_core/) for more information.
