Metadata-Version: 2.4
Name: cloe-dbx-crawler
Version: 0.1.0
Summary: This package contains the Databricks Crawler. It can scan Databricks catalogs and return the information to python functions or write to disk using the CLOE metadata format.
Author-email: initions <ICSMC_EXT_PYPIORG@accenture.com>
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <3.14,>=3.13
Requires-Dist: cloe-dbx-connector>=0.1.0
Requires-Dist: cloe-logging>=0.3.7
Requires-Dist: cloe-metadata>=2.2.4
Requires-Dist: databricks-sdk~=0.41
Requires-Dist: pydantic~=2.10
Requires-Dist: typer~=0.15
Description-Content-Type: text/markdown

# cloe-dbx-crawler

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Owner: initions

This package contains the Databricks Crawler. It can scan Databricks catalogs and return the information to python functions or write to disk using the CLOE metadata format.
