Metadata-Version: 2.4
Name: lumaCLI
Version: 0.2.12
Summary: A CLI tool for managing the data catalog platform.
Author-email: Facundo Goiriz <fgoiriz@dyvenia.com>
License-File: LICENSE
Keywords: catalog,cli,data,dbt,luma
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: azure-identity>=1.17.1
Requires-Dist: dbt-artifacts-parser<1.0,>=0.12.0
Requires-Dist: dlt[duckdb]>=1.11.0
Requires-Dist: duckdb>1.1.3
Requires-Dist: loguru>=0.7.2
Requires-Dist: psycopg[binary]>=3.2.3
Requires-Dist: pydantic[email]==2.11.7
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: requests-ntlm>=1.3.0
Requires-Dist: requests<3.0,>=2.20
Requires-Dist: rich<13.8,>=13.7
Requires-Dist: typer[all]<1.0,>=0.9
Requires-Dist: websocket-client>=1.8.0
Requires-Dist: websockets>=10.4
Description-Content-Type: text/markdown

# luma

## Prerequisites

Make sure your system is running Python version 3.9 or newer.

## Installation

For a smooth installation of `luma`, simply execute the following command:

```bash
pip install luma
```

## Next Steps

Make sure to explore the [Manual](./docs/manual/introduction.md) to familiarize yourself with the extensive API functionalities and commands that `luma` offers.
