Metadata-Version: 2.4
Name: urirun-connectors-toolkit
Version: 0.2.0
Summary: Meta-package: connector authoring toolkit for urirun (SDK, lint, scaffold, smoke, catalog, declarative spec). The `urirun_connectors_toolkit` import package now ships inside the `urirun` distribution (the single source of truth); this distribution just depends on it so `pip install urirun-connectors-toolkit` and `import urirun_connectors_toolkit` keep working.
Author: if-uri
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/if-uri/urirun-connectors-toolkit
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: urirun>=0.4.186
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"

# urirun-connectors-toolkit

Connector authoring toolkit for [urirun](https://github.com/if-uri/urirun): the SDK, linter,
scaffolder, smoke runner, catalog client, and declarative connector spec.

This package was split out of `urirun` (Phase-5 kernel extraction) so the core stays lean. `urirun`
re-exports its symbols via `sys.modules` shims under `urirun.connectors.*`, so existing imports keep
working; install this package to make those shims resolve.

```bash
pip install urirun-connectors-toolkit
```

It is a sibling of `urirun-runtime` (the URI-execution kernel). See the
[urirun docs](https://github.com/if-uri/urirun) for connector authoring guides.
