Metadata-Version: 2.4
Name: rusticai-testing
Version: 1.2.1
Summary: Test Utilities for Rustic AI Framework
License-Expression: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.13,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: rusticai-core (>=1.2.1,<1.3.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
```

