Metadata-Version: 2.4
Name: dash-ontology
Version: 0.1.4
Summary: Auto-inferred data ontology from lineage graphs — no AI tokens required
Project-URL: Homepage, https://github.com/dash-libs/dash-ontology
Author-email: Darshan Shah <darshan.innovation@gmail.com>
License: Apache-2.0
Keywords: data-catalog,databricks,knowledge-graph,lineage,ontology,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: dash-uis==0.2.3
Requires-Dist: ipywidgets>=8.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

# DashOntology — Databricks Library

[![CI](https://github.com/dash-libs/dash-ontology/actions/workflows/ci.yml/badge.svg)](https://github.com/dash-libs/dash-ontology/actions)
[![PyPI](https://img.shields.io/pypi/v/dash-ontology)](https://pypi.org/project/dash-ontology/)
[![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-ontology
```

## Quick Start

```python
import dashontology
dashontology.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
