Metadata-Version: 2.5
Name: secret-kernel-testing
Version: 0.1.0a4
Summary: Shared provider contract tests for Secret Kernel providers.
Project-URL: Homepage, https://secret-kernel.foggia.zip/?code=py
Project-URL: Documentation, https://secret-kernel.foggia.zip/?code=py
Project-URL: Source, https://github.com/brunnofoggia/secret-kernel-py/tree/main/packages/testing
Project-URL: Changelog, https://secret-kernel.foggia.zip/?code=py#changelog
Project-URL: Issues, https://github.com/brunnofoggia/secret-kernel-py/issues
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-testing

Shared provider contract tests for Secret Kernel providers.

This distribution belongs to the Secret Kernel package family.

## Install

```bash
pip install secret-kernel-testing
```

## Import

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

## Documentation

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

## License

MIT
