Metadata-Version: 2.4
Name: dash-gov
Version: 0.1.1
Summary: Data lineage and governance for Databricks — table/column lineage, classification, and a built-in notebook UI
Project-URL: Homepage, https://github.com/dash-libs/dash-gov
Author-email: Darshan Shah <darshan.innovation@gmail.com>
License: Apache-2.0
Keywords: data-catalog,databricks,governance,lineage,unity-catalog
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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: ipywidgets>=8.0
Requires-Dist: sqlglot>=23.0
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: pdoc; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# DashGov — Databricks Library

[![CI](https://github.com/dash-libs/dash-gov/actions/workflows/ci.yml/badge.svg)](https://github.com/dash-libs/dash-gov/actions)
[![PyPI](https://img.shields.io/pypi/v/dash-gov)](https://pypi.org/project/dash-gov/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)

Part of the **[Dashlibs](https://github.com/dash-libs)** suite — Databricks libraries built for business users.

## Installation

```bash
%pip install dash-gov
```

## Quick Start

```python
import dashgov
dashgov.launch()   # Opens interactive UI in your Databricks notebook
```

## Part of Dashlibs

| Library | Purpose |
|---|---|
| dash-dq | Data Quality |
| dash-synthetic | Synthetic Data Generation |
| dash-ml | ML Model Monitoring |
| dash-ingest | Data Ingestion |
| dash-gov | Data Governance |
| dash-ontology | Ontology & Lineage for AI |

## License

Apache 2.0
