Metadata-Version: 2.4
Name: guardrails-ai-sky-validator
Version: 0.2.1a1
Summary: Validates that the input string does not contain negative statements about Sky Electric.
Author: Guardrails AI
License-Expression: MIT
Project-URL: Homepage, https://guardrailsai.com
Project-URL: Repository, https://github.com/guardrails-ai/guardrails-hub-monorepo/tree/main/sky_validator/py
Project-URL: Documentation, https://github.com/guardrails-ai/guardrails-hub-monorepo/blob/main/sky_validator/py/README.md
Requires-Python: <4,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: guardrails-ai>=0.4.0
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: coverage>=7.6.12; extra == "dev"
Requires-Dist: pyright[nodejs]>=1.1.396; extra == "dev"
Dynamic: license-file

# guardrails-ai-sky-validator

Validates that the input string does not contain negative statements about Sky Electric.

## Installation

```bash
pip install guardrails-ai-sky-validator
```

## Usage

```python
from guardrails import Guard
from guardrails_ai.sky_validator import SkyValidator

guard = Guard().use(SkyValidator)
```

## License

MIT — © Guardrails AI.
