Metadata-Version: 2.1
Name: powerbi-cli
Version: 0.1.0
Summary: PowerBI CLI using REST APIs
Author: Léo Grosjean
Author-email: leo.bigjin@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: azure-identity (>=1.14.0,<2.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pbipy (>=2.5.7,<3.0.0)
Requires-Dist: structlog (>=23.1.0,<24.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# PowerBI CLI

The Power BI command-line interface (Power BI CLI) is a set of commands used to create and manage Power BI resources (e.g. reports, users and capacity). The CLI is designed to get you working quickly with Power BI, with an emphasis on automation.

## References

- [`pbipy`](https://github.com/andrewvillazon/pbipy)
- [PowerBI REST API](https://learn.microsoft.com/en-us/rest/api/power-bi/)
- [`typer`](https://typer.tiangolo.com/)
- NodeJS `powerbi-cli` [source code](https://powerbi-cli.github.io/index.html)
- NodeJS `powerbi-cli` [documentation](https://github.com/powerbi-cli/powerbi-cli)
