Metadata-Version: 2.5
Name: sanka-connector-sdk
Version: 0.1.0a10
Summary: Typed connector interfaces for the Sanka migration runtime
Project-URL: Repository, https://github.com/sankaHQ/sanka-connectors
Project-URL: Issues, https://github.com/sankaHQ/sanka-connectors/issues
Author: Sanka, Inc.
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Sanka Connector SDK

The dependency-free Apache-2.0 interface used by Sanka connector plugins.

```python
from sanka_connector import ConnectorRegistration, SourceConnector
```

Providers register through the `sanka.connectors` entry-point group. The SDK
does not import the Sanka migration runtime or any provider implementation.
