droidrun 0.6.2__tar.gz → 0.6.3__tar.gz
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.
- droidrun-0.6.3/PKG-INFO +14 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/pyproject.toml +6 -6
- droidrun-0.6.2/PKG-INFO +0 -14
- {droidrun-0.6.2 → droidrun-0.6.3}/.gitignore +0 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/droidrun/__init__.py +0 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/droidrun/__main__.py +0 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/droidrun/cli_shim.py +0 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/droidrun/macro/__init__.py +0 -0
- {droidrun-0.6.2 → droidrun-0.6.3}/droidrun/macro/__main__.py +0 -0
droidrun-0.6.3/PKG-INFO
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: droidrun
|
|
3
|
+
Version: 0.6.3
|
|
4
|
+
Summary: Compatibility shim — droidrun has been renamed to mobilerun
|
|
5
|
+
Requires-Python: <3.14,>=3.11
|
|
6
|
+
Requires-Dist: mobilerun==0.6.3
|
|
7
|
+
Provides-Extra: anthropic
|
|
8
|
+
Requires-Dist: mobilerun[anthropic]==0.6.3; extra == 'anthropic'
|
|
9
|
+
Provides-Extra: deepseek
|
|
10
|
+
Requires-Dist: mobilerun[deepseek]==0.6.3; extra == 'deepseek'
|
|
11
|
+
Provides-Extra: dev
|
|
12
|
+
Requires-Dist: mobilerun[dev]==0.6.3; extra == 'dev'
|
|
13
|
+
Provides-Extra: langfuse
|
|
14
|
+
Requires-Dist: mobilerun[langfuse]==0.6.3; extra == 'langfuse'
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "droidrun"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.3"
|
|
4
4
|
description = "Compatibility shim — droidrun has been renamed to mobilerun"
|
|
5
5
|
requires-python = ">=3.11,<3.14"
|
|
6
|
-
dependencies = ["mobilerun==0.6.
|
|
6
|
+
dependencies = ["mobilerun==0.6.3"]
|
|
7
7
|
|
|
8
8
|
[project.optional-dependencies]
|
|
9
|
-
anthropic = ["mobilerun[anthropic]==0.6.
|
|
10
|
-
deepseek = ["mobilerun[deepseek]==0.6.
|
|
11
|
-
langfuse = ["mobilerun[langfuse]==0.6.
|
|
12
|
-
dev = ["mobilerun[dev]==0.6.
|
|
9
|
+
anthropic = ["mobilerun[anthropic]==0.6.3"]
|
|
10
|
+
deepseek = ["mobilerun[deepseek]==0.6.3"]
|
|
11
|
+
langfuse = ["mobilerun[langfuse]==0.6.3"]
|
|
12
|
+
dev = ["mobilerun[dev]==0.6.3"]
|
|
13
13
|
|
|
14
14
|
[project.scripts]
|
|
15
15
|
droidrun = "droidrun.cli_shim:main"
|
droidrun-0.6.2/PKG-INFO
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: droidrun
|
|
3
|
-
Version: 0.6.2
|
|
4
|
-
Summary: Compatibility shim — droidrun has been renamed to mobilerun
|
|
5
|
-
Requires-Python: <3.14,>=3.11
|
|
6
|
-
Requires-Dist: mobilerun==0.6.2
|
|
7
|
-
Provides-Extra: anthropic
|
|
8
|
-
Requires-Dist: mobilerun[anthropic]==0.6.2; extra == 'anthropic'
|
|
9
|
-
Provides-Extra: deepseek
|
|
10
|
-
Requires-Dist: mobilerun[deepseek]==0.6.2; extra == 'deepseek'
|
|
11
|
-
Provides-Extra: dev
|
|
12
|
-
Requires-Dist: mobilerun[dev]==0.6.2; extra == 'dev'
|
|
13
|
-
Provides-Extra: langfuse
|
|
14
|
-
Requires-Dist: mobilerun[langfuse]==0.6.2; extra == 'langfuse'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|