Metadata-Version: 2.4
Name: ncae-sdk
Version: 0.1.12
Summary: Python SDK for Netcloud Automation Engine (NCAE)
Author: Netcloud AG
Author-email: Netcloud AG <ncae@netcloud.ch>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: fastapi[standard]>=0.115.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.11.3
Requires-Dist: pydantic-settings>=2.9.1
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# NCAE SDK for Python

The **NCAE SDK for Python** provides official tooling for interacting with the **Netcloud Automation Engine (NCAE)**.
Learn more about NCAE on the [Netcloud website](https://www.netcloud.ch/netcloud-automation-services).

## Installation

```shell
pip install ncae-sdk
```

## Features

- **API Client** – A typed Python client for the NCAE REST API
- **Module Framework** – A FastAPI-based framework for building automation and monitoring modules
- **Flexible Execution** – Works seamlessly in both synchronous and asynchronous contexts

## Project Status

This SDK is actively developed and considered stable for daily use. However, parts of the public API may still change,
and not all endpoints are fully implemented yet.

## Getting Help

If you have questions, feedback, or need additional documentation, please reach out to the Netcloud team.

## Examples

Examples can be found on the [NCAE Docs Website](https://docs.ncae.ch/docs/how-to-guides/python-sdk/).
