swarmauri_tool_jupyterclearoutput 0.7.2.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_tool_jupyterclearoutput
3
- Version: 0.7.2.dev2
3
+ Version: 0.7.3.dev2
4
4
  Summary: A tool designed to clear all outputs from a Jupyter Notebook using nbconvert’s ClearOutputPreprocessor, preparing the notebook for sharing or version control.
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_tool_jupyterclearoutput"
3
- version = "0.7.2.dev2"
3
+ version = "0.7.3.dev2"
4
4
  description = "A tool designed to clear all outputs from a Jupyter Notebook using nbconvert’s ClearOutputPreprocessor, preparing the notebook for sharing or version control."
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
  ]