Metadata-Version: 2.4
Name: drilldown
Version: 0.1.1
Summary: Explore and analyze multimodal data.
Project-URL: Documentation, https://github.com/manuelkonrad/drilldown#readme
Project-URL: Issues, https://github.com/manuelkonrad/drilldown/issues
Project-URL: Source, https://github.com/manuelkonrad/drilldown
Author-email: Manuel Konrad <oss@mkonrad.dev>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: dash-ag-grid>=32
Requires-Dist: dash-iconify>=0.1.2
Requires-Dist: dash-mantine-components<3,>=2.4.0
Requires-Dist: dash<4,>=3
Requires-Dist: deltalake>=1
Requires-Dist: dowhy>=0.14
Requires-Dist: flask>=3.1
Requires-Dist: gunicorn>=22
Requires-Dist: interpret-core>=0.7.0
Requires-Dist: numpy>=2
Requires-Dist: obstore>=0.8.0
Requires-Dist: pandas>=2
Requires-Dist: pillow>=10.3.0
Requires-Dist: plotly>=5.18.0
Requires-Dist: pyarrow>=14
Requires-Dist: pydantic-settings>=2
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: scikit-learn>=1.3.0
Requires-Dist: scipy>=1.15
Requires-Dist: shap>=0.44.0
Provides-Extra: dev
Requires-Dist: bandit[sarif,toml]~=1.9.2; extra == 'dev'
Requires-Dist: mypy~=1.19.1; extra == 'dev'
Requires-Dist: pre-commit~=4.5.1; extra == 'dev'
Requires-Dist: ruff~=0.14.11; extra == 'dev'
Provides-Extra: full
Requires-Dist: bandit[sarif,toml]~=1.9.2; extra == 'full'
Requires-Dist: mypy~=1.19.1; extra == 'full'
Requires-Dist: pre-commit~=4.5.1; extra == 'full'
Requires-Dist: pytest-cov~=6.0.0; extra == 'full'
Requires-Dist: pytest-html~=4.1.1; extra == 'full'
Requires-Dist: pytest~=8.3.3; extra == 'full'
Requires-Dist: ruff~=0.14.11; extra == 'full'
Provides-Extra: test
Requires-Dist: pytest-cov~=6.0.0; extra == 'test'
Requires-Dist: pytest-html~=4.1.1; extra == 'test'
Requires-Dist: pytest~=8.3.3; extra == 'test'
Description-Content-Type: text/markdown

# drilldown

[![CI - Tests](https://github.com/manuelkonrad/drilldown/actions/workflows/tests.yml/badge.svg)](https://github.com/manuelkonrad/drilldown/actions/workflows/tests.yml)
[![CI - Bandit](https://github.com/manuelkonrad/drilldown/actions/workflows/bandit.yml/badge.svg)](https://github.com/manuelkonrad/drilldown/actions/workflows/bandit.yml)
[![CI - Build](https://github.com/manuelkonrad/drilldown/actions/workflows/build.yml/badge.svg)](https://github.com/manuelkonrad/drilldown/actions/workflows/build.yml)

[![License - MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
[![PyPI - Version](https://img.shields.io/pypi/v/drilldown.svg)](https://pypi.org/project/drilldown)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/drilldown.svg)](https://pypi.org/project/drilldown)
[![Python Project Management - Hatch](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![Linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)
[![Security - Bandit](https://img.shields.io/badge/security-Bandit-yellow.svg)](https://github.com/PyCQA/bandit)


Explore and analyze multimodal data.

## Table of Contents

- [Getting Started](#getting_started)
- [License](#license)

## Getting Started

```console
pip install drilldown
```

## License

`drilldown` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
