Metadata-Version: 2.4
Name: withruntime-cloud
Version: 0.5.0
Summary: The old name of Runtime Cloud's Python SDK. It installs withruntime and keeps `import runtime_cloud` working.
Project-URL: Homepage, https://withruntime.com
Project-URL: Documentation, https://withruntime.com/docs/python
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: withruntime>=0.5.0

# withruntime-cloud

The old name of [Runtime Cloud](https://withruntime.com)'s Python SDK. It
installs the official package, [`withruntime`](https://pypi.org/project/withruntime/),
and keeps `import runtime_cloud` working with the same classes. New code should
use the new name:

```bash
pip install withruntime
```

```python
from withruntime import Sandbox
```
