swarmauri_tool_jupyterexportpython 0.7.2.dev3__tar.gz → 0.7.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.
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/PKG-INFO +1 -1
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/pyproject.toml +3 -1
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/LICENSE +0 -0
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/README.md +0 -0
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/swarmauri_tool_jupyterexportpython/JupyterExportPythonTool.py +0 -0
- {swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/swarmauri_tool_jupyterexportpython/__init__.py +0 -0
{swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: swarmauri_tool_jupyterexportpython
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.3
|
4
4
|
Summary: A tool that exports a Jupyter Notebook to a Python script using nbconvert’s PythonExporter, facilitating code extraction.
|
5
5
|
License: Apache-2.0
|
6
6
|
Author: Jacob Stewart
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "swarmauri_tool_jupyterexportpython"
|
3
|
-
version = "0.7.
|
3
|
+
version = "0.7.3"
|
4
4
|
description = "A tool that exports a Jupyter Notebook to a Python script using nbconvert’s PythonExporter, facilitating code extraction."
|
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_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/LICENSE
RENAMED
File without changes
|
{swarmauri_tool_jupyterexportpython-0.7.2.dev3 → swarmauri_tool_jupyterexportpython-0.7.3}/README.md
RENAMED
File without changes
|
File without changes
|