Metadata-Version: 2.4
Name: koyeb-sdk
Version: 1.2.0
Summary: Koyeb python sdk
Author-email: Koyeb team <support@koyeb.com>
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/koyeb/koyeb-python-sdk
Keywords: Koyeb,Koyeb API client,SDK,API client
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Requires-Dist: websockets>=15.0.1
Requires-Dist: requests>=2.32.5
Dynamic: license-file

# Koyeb python sdk

This is the official Python SDK for Koyeb, a platform that allows you to deploy and manage applications and services in the cloud.

# Modules

- `koyeb.api`: Contains the API client and methods to interact with Koyeb's REST API. [Documentation](./docs/api.md)
- `koyeb.sandbox`: Contains the Sandbox module. [Documentation](./docs/sandbox.md)
