> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clavata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Python SDK

> Install and use the Moonbounce Python SDK.

## **Python**

* **Package**: `clavata-sdk`
* **Installation**:

```
pip install clavata-sdk
```

* **Repository**: Available on [PyPI](https://pypi.org/project/clavata-sdk/).

The Python SDK enables developers to interact with Moonbounce's API using Pythonic constructs, simplifying tasks such as job submission and policy management.

## Labels v2 Evaluation

Labels v2 evaluation is currently beta and exposed through the beta namespace:

```python theme={null}
response = await client.beta.evaluate_labels(request=EvaluateLabelsRequest(
    content=ContentData(text="Text to evaluate"),
    label_version_ids=["label-version-id-1", "label-version-id-2"],
    threshold=0.5,
))
```

Request and response type names remain stable, including `EvaluateLabelsRequest` and `EvaluateLabelsResponse`.

## We'd Love to Hear From You

Whether you have a suggestion, feedback, or a bug to report, here are the best ways to get in touch:

* **In the App:** Use the **Feedback button** for direct suggestions.
* **On Slack:** Reach out to the team in your shared channel.
* **With your AM:** Talk to your dedicated account manager.
* **Via Email:** Send a message to [**support@moonbounce.io**](mailto:support@moonbounce.io).
* **Security, availability, or other incidents:** Use the in-app **Feedback button** or email [**support@moonbounce.io**](mailto:support@moonbounce.io). See [Customer Feedback](/feedback/customer_feedback) for what to include.
