Metadata-Version: 2.4
Name: stretis-sdk
Version: 0.2.1
Summary: Python SDK for indie automation platforms: list app/action nodes for your picker UI, render their input forms, and turn filled forms into ready-to-fire API requests.
License: Apache-2.0
Project-URL: Homepage, https://github.com/YOUR_GH_ORG/universal_api_registry
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28
Requires-Dist: PyYAML>=6.0
Requires-Dist: httpx
Requires-Dist: tenacity

# stretis-sdk

Python SDK for indie automation platforms: list app/action nodes for your picker UI, render their input forms, and turn filled forms into ready-to-fire API requests.

## Installation

Install the package via pip:

```bash
pip install stretis-sdk
```

## Requirements
Python >=3.9

Dependencies: requests, httpx, tenacity
