swarmauri_toolkit_jupytertoolkit 0.2.2.dev3__tar.gz → 0.2.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_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/PKG-INFO +1 -1
- {swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/pyproject.toml +3 -1
- {swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/LICENSE +0 -0
- {swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/README.md +0 -0
- {swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/swarmauri_toolkit_jupytertoolkit/JupyterToolkit.py +0 -0
- {swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/swarmauri_toolkit_jupytertoolkit/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_toolkit_jupytertoolkit"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.3.dev2"
|
|
4
4
|
description = "A unified toolkit for aggregating standalone jupyter notebook tools."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -77,6 +77,7 @@ markers = [
|
|
|
77
77
|
"xpass: Expected passes",
|
|
78
78
|
"xfail: Expected failures",
|
|
79
79
|
"acceptance: Acceptance tests",
|
|
80
|
+
"perf: Performance tests that measure execution time and resource usage",
|
|
80
81
|
]
|
|
81
82
|
timeout = 300
|
|
82
83
|
log_cli = true
|
|
@@ -103,4 +104,5 @@ dev = [
|
|
|
103
104
|
"flake8>=7.0",
|
|
104
105
|
"pytest-timeout>=2.3.1",
|
|
105
106
|
"ruff>=0.9.9",
|
|
107
|
+
"pytest-benchmark>=4.0.0",
|
|
106
108
|
]
|
{swarmauri_toolkit_jupytertoolkit-0.2.2.dev3 → swarmauri_toolkit_jupytertoolkit-0.2.3.dev2}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|