Metadata-Version: 2.1
Name: dstack-sdk
Version: 0.1.5
Summary: DStack SDK for Python
Author-Email: Leechael Yim <yanleech@gmail.com>
License: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.2
Requires-Dist: asyncio>=3.4.3
Requires-Dist: pydantic>=2.9.2
Description-Content-Type: text/markdown

# dstack-sdk

The DStack SDK for Python.


# For Development

We use [PDM](https://pdm-project.org/en/latest/) for local development and creating an isolated environment.

Just run the following command to initiate development:


```bash
pdm install -d
```

Running test cases with local simulator via `/tmp/tappd.sock`:

```bash
DSTACK_SIMULATOR_ENDPOINT=/tmp/tappd.sock pdm run pytest
```
