Metadata-Version: 2.4
Name: daytona_sdk
Version: 0.196.0
Summary: Deprecated: please migrate to the 'daytona' package. This alias is being phased out.
License: Apache-2.0
License-File: LICENSE
Keywords: daytona,sdk
Author: Daytona Platforms Inc.
Author-email: support@daytona.io
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: Deprecated (>=1.2.18,<2.0.0)
Requires-Dist: aiofiles (>=24.1.0,<24.2.0)
Requires-Dist: aiohttp (>=3.10.0,<4.0.0)
Requires-Dist: daytona-api-client (==0.196.0)
Requires-Dist: daytona-api-client-async (==0.196.0)
Requires-Dist: daytona-toolbox-api-client (==0.196.0)
Requires-Dist: daytona-toolbox-api-client-async (==0.196.0)
Requires-Dist: httpx (>=0.28.0,<0.29.0)
Requires-Dist: httpx-ws (>=0.7.0,<1.0.0)
Requires-Dist: obstore (>=0.8.0,<0.9.0)
Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.27.0,<2.0.0)
Requires-Dist: opentelemetry-instrumentation-aiohttp-client (>=0.59b0)
Requires-Dist: opentelemetry-sdk (>=1.27.0,<2.0.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: python-multipart (>=0.0.15,<0.1.0)
Requires-Dist: toml (>=0.10.0,<0.11.0)
Requires-Dist: typing-extensions (>=4.0.0) ; python_version < "3.10"
Requires-Dist: urllib3 (>=2.1.0,<3.0.0)
Requires-Dist: wsproto (>=1.2.0,<2.0.0)
Description-Content-Type: text/markdown

# ⚠️ `daytona_sdk` is deprecated

**This package is deprecated. Please migrate to the [`daytona`](https://pypi.org/project/daytona/) package.**

```bash
pip install daytona
```

Then update your imports:

```python
import daytona  # instead of: import daytona_sdk
```

`daytona_sdk` currently ships the same code as `daytona` and will continue to
receive updates for a transition period so existing installs keep working.
However, it is being phased out and will eventually be discontinued. All active
development happens on the [`daytona`](https://pypi.org/project/daytona/)
package, so please migrate at your earliest convenience.

See the [Daytona Python SDK documentation](https://www.daytona.io/docs/en/python-sdk/) for more information.

