# Python Validator

Validate AIDP Schema data using Python.

## Installation

```bash
pip install aidp-sdk
```

## Usage

```python
from aidp import validate_business_profile

result = validate_business_profile(data)
if not result.valid:
    print(result.errors)
```

## Get Help

* 💬 **Questions?** Contact <support@aidp.dev> or visit [GitHub Discussions](https://github.com/aidp/platform/discussions)
* 📧 **Email**: <support@aidp.dev>
