Metadata-Version: 2.3
Name: rusticai-testing
Version: 0.0.4
Summary: Test Utilities for Rustic AI Framework
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: rusticai-core (>=0.0.8,<0.1.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI Testing

Rustic AI Testing is a collection of test utilities that can be leveraged to verify integration with Rustic AI Framework. 
**This should only be used for testing purposes and should not be used in production.**

## Installing

```shell
pip install rusticai-testing
```

## Building from Source

```shell
poetry install --with dev
poetry build
```

