Metadata-Version: 2.4
Name: perspective-cli
Version: 0.2.0
Summary: A CLI tool for managing the Perspective AI platform.
Author-email: Michal Zawadzki <mzawadzki@dyvenia.com>
Keywords: cli,dbt,perspective,data,catalog,ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer[all]<1.0,>=0.9
Requires-Dist: psycopg[binary]>=3.2.3
Requires-Dist: requests<3.0,>=2.20
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: rich>=13.7
Requires-Dist: loguru>=0.7.2
Requires-Dist: websocket-client>=1.8.0
Requires-Dist: requests-ntlm>=1.3.0
Requires-Dist: websockets>=10.4
Requires-Dist: pydantic[email]==2.11.7
Requires-Dist: azure-identity>=1.17.1
Requires-Dist: dlt[duckdb]>=1.11.0
Requires-Dist: duckdb>1.1.3
Requires-Dist: dbt-artifacts-parser<1.0,>=0.12.0
Provides-Extra: sap
Requires-Dist: pyrfc==2.5.0; extra == "sap"

# perspective-cli

## Installation

### `pip`

```bash
pip install perspective-cli
```

### `uv`

```bash
uv add perspective-cli
```

## Next Steps

Proceed to the [official documentation](dev.meetperspective.com/docs/catalog/) for next steps and detailed guides on how to utilize `perspective-cli` effectively.
