Metadata-Version: 2.5
Name: secret-kernel-factory
Version: 0.1.0a2
Summary: Factory helpers for creating Secret Kernel clients.
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: secret-kernel-contracts<0.2.0,>=0.1.0a1
Requires-Dist: secret-kernel-core<0.2.0,>=0.1.0a1
Description-Content-Type: text/markdown

# secret-kernel-factory

Factory that resolves a provider name and builds a Secret Kernel client.

This distribution belongs to the Secret Kernel package family.

## Install

```bash
pip install secret-kernel-factory
```

## Import

```python
from secret_kernel.factory import *  # see the package __all__
```

## Documentation

See the repository docs for the architecture decisions and the
cross-language API reference.

## License

MIT
