Metadata-Version: 2.4
Name: vd-dlt-registry
Version: 0.1.1
Summary: Connector registry for vd-dlt pipeline ecosystem
Project-URL: Homepage, https://github.com/accelerate-data/vd-dlt-connectors
Project-URL: Repository, https://github.com/accelerate-data/vd-dlt-connectors
Author-email: VibeData <info@vibedata.dev>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Requires-Python: >=3.9
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# vd-dlt-registry

Connector registry for the vd-dlt pipeline ecosystem.

## Overview

This package provides the master catalog of available dlt connectors. It contains a single `registry.yml` file that lists all verified connectors with their versions, status, and metadata.

## Usage

The registry is automatically loaded by the vd-dlt pipeline runner and the Studio application to discover available connectors.

## Registry Format

```yaml
connectors:
  connector_name:
    latest: "1.0.0"
    min_supported: "1.0.0"
    status: verified | experimental | deprecated
    maintainer: vibedata-core
    description: "Connector description"
```

## Available Connectors

- **notion**: Notion databases and pages
- **rest_api_generic**: Generic REST API connector for any API
- **salesforce**: Salesforce CRM objects and data
