swarmauri_tool_jupyterruncell 0.7.2.dev3__tar.gz → 0.7.3.dev2__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.
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/PKG-INFO +1 -1
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/pyproject.toml +3 -1
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/LICENSE +0 -0
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/README.md +0 -0
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/swarmauri_tool_jupyterruncell/JupyterRunCellTool.py +0 -0
- {swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/swarmauri_tool_jupyterruncell/__init__.py +0 -0
{swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: swarmauri_tool_jupyterruncell
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.3.dev2
|
|
4
4
|
Summary: A tool designed to execute a single code cell in an IPython interactive shell, mimicking notebook cell execution.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Jacob Stewart
|
{swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_tool_jupyterruncell"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.3.dev2"
|
|
4
4
|
description = "A tool designed to execute a single code cell in an IPython interactive shell, mimicking notebook cell execution."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -37,6 +37,7 @@ markers = [
|
|
|
37
37
|
"xpass: Expected passes",
|
|
38
38
|
"xfail: Expected failures",
|
|
39
39
|
"acceptance: Acceptance tests",
|
|
40
|
+
"perf: Performance tests that measure execution time and resource usage",
|
|
40
41
|
]
|
|
41
42
|
timeout = 300
|
|
42
43
|
log_cli = true
|
|
@@ -63,4 +64,5 @@ dev = [
|
|
|
63
64
|
"flake8>=7.0",
|
|
64
65
|
"pytest-timeout>=2.3.1",
|
|
65
66
|
"ruff>=0.9.9",
|
|
67
|
+
"pytest-benchmark>=4.0.0",
|
|
66
68
|
]
|
{swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/LICENSE
RENAMED
|
File without changes
|
{swarmauri_tool_jupyterruncell-0.7.2.dev3 → swarmauri_tool_jupyterruncell-0.7.3.dev2}/README.md
RENAMED
|
File without changes
|
|
File without changes
|