Metadata-Version: 2.1
Name: powerbi-cli
Version: 0.1.0rc1
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

## References

- https://github.com/andrewvillazon/pbipy
- https://learn.microsoft.com/en-us/rest/api/power-bi/
- https://typer.tiangolo.com/
- https://powerbi-cli.github.io/index.html
- https://github.com/powerbi-cli/powerbi-cli
