withruntime 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ """Runtime Cloud's Python SDK under the name ``withruntime``.
2
+
3
+ Everything here is the official ``withruntime-cloud`` package (module
4
+ ``runtime_cloud``), re-exported so ``import withruntime`` works.
5
+ """
6
+
7
+ from runtime_cloud import * # noqa: F401,F403
8
+ from runtime_cloud import __all__ as __all__ # noqa: F401
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: withruntime
3
+ Version: 0.2.0
4
+ Summary: Runtime Cloud (withruntime.com): sandboxes for AI agents. `import withruntime`; installs the official withruntime-cloud SDK.
5
+ License-Expression: MIT
6
+ Project-URL: Homepage, https://withruntime.com
7
+ Project-URL: Documentation, https://withruntime.com/docs
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+ Requires-Dist: withruntime-cloud>=0.2.0
11
+
12
+ # withruntime
13
+
14
+ Runtime Cloud from [withruntime.com](https://withruntime.com).
15
+
16
+ ```sh
17
+ pip install withruntime
18
+ ```
19
+
20
+ ```python
21
+ import withruntime
22
+ ```
23
+
24
+ This installs and re-exports the official `withruntime-cloud` SDK.
@@ -0,0 +1,5 @@
1
+ withruntime/__init__.py,sha256=TsvFmdTKUj3X62dTQ_tK0x13Vpo6Z2E8snBrDKqIRz8,309
2
+ withruntime-0.2.0.dist-info/METADATA,sha256=8poN8FJP09ojAQX952mUCuzGSGNOIpfJAjzY-0v5Tig,637
3
+ withruntime-0.2.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
4
+ withruntime-0.2.0.dist-info/top_level.txt,sha256=Vwos7lF1kBFDA9RNJhUXe3yLH6u2KZE5RkhlYb-Ph4k,12
5
+ withruntime-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ withruntime