tooluniverse 1.0.9__py3-none-any.whl → 1.0.9.1__py3-none-any.whl

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.

Potentially problematic release.


This version of tooluniverse might be problematic. Click here for more details.

@@ -378,11 +378,12 @@ Examples:
378
378
  total_tools = 0
379
379
  for category in sorted(tools_by_category.keys()):
380
380
  tools = sorted(tools_by_category[category])
381
- print(f"\n📁 {category} ({len(tools, file=sys.stderr)} tools):")
381
+ print(f"\n📁 {category} ({len(tools)} tools):", file=sys.stderr)
382
382
  for tool in tools[:10]: # Show first 10 tools per category
383
383
  print(f" {tool}", file=sys.stderr)
384
384
  if len(tools) > 10:
385
- print(f" ... and {len(tools, file=sys.stderr) - 10} more tools")
385
+ # Print remaining count to stderr
386
+ print(f" ... and {len(tools) - 10} more tools", file=sys.stderr)
386
387
  total_tools += len(tools)
387
388
 
388
389
  print(f"\nTotal: {total_tools} tools available", file=sys.stderr)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tooluniverse
3
- Version: 1.0.9
3
+ Version: 1.0.9.1
4
4
  Summary: A comprehensive collection of scientific tools for Agentic AI, offering integration with the ToolUniverse SDK and MCP Server to support advanced scientific workflows.
5
5
  Author-email: Shanghua Gao <shanghuagao@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mims-harvard/ToolUniverse
@@ -93,7 +93,7 @@ Dynamic: license-file
93
93
  # <img src="docs/_static/logo.png" alt="ToolUniverse Logo" height="28" style="vertical-align: middle; margin-right: 8px;" /> ToolUniverse: Democratizing AI scientists
94
94
 
95
95
  [![Paper](https://img.shields.io/badge/Paper-Arxiv-blue)](https://arxiv.org/abs/2509.23426)
96
- [![ToolUniverse-PIP](https://img.shields.io/badge/PyPI-ToolUniverse-blue)](https://pypi.org/project/tooluniverse/)
96
+ [![PyPI version](https://badge.fury.io/py/tooluniverse.svg)](https://badge.fury.io/py/tooluniverse)
97
97
  [![ToolUniverse](https://img.shields.io/badge/Code-ToolUniverse-purple)](https://github.com/mims-harvard/ToolUniverse)
98
98
  [![Model context protocol (MCP)](https://img.shields.io/badge/Model_Context_Protocol_(MCP)_Supported-green)](README_USAGE.md#running-the-mcp-server)
99
99
  [![Documentation](https://img.shields.io/badge/Documentation-Available-green)](https://zitniklab.hms.harvard.edu/ToolUniverse/)
@@ -73,7 +73,7 @@ tooluniverse/remote_tool.py,sha256=ywb5xaJBqOT38_r5FBVoF3QFQDcLvfOH5AQrT-g7Fcs,3
73
73
  tooluniverse/restful_tool.py,sha256=H7alq_vO3G4iVgZIZrrWh9vq2ForJN52Fl7_QOq7yaM,4409
74
74
  tooluniverse/semantic_scholar_tool.py,sha256=gaDDL5Xy4Ij3qNqipZvwRfOBSyzGyIN8AANT-pYKHvI,3227
75
75
  tooluniverse/smcp.py,sha256=8wUqsfU23hokFheTec3arbezLTWhyC-j-AQ4gbTSA0Y,104045
76
- tooluniverse/smcp_server.py,sha256=7_e7Pwd5nMenKz1B9Y0HDkRcPaDbWy-RdFqKbXWKI_0,32428
76
+ tooluniverse/smcp_server.py,sha256=EKzG-e-LVCVpShIUDxogaNRLZI-LS9m9QPy6Rbq0mfI,32482
77
77
  tooluniverse/string_tool.py,sha256=3rio0Lt97FuU6fbpykq3ETqD9pA4h_gPR0uXKRb7Zu4,3936
78
78
  tooluniverse/tool_finder_embedding.py,sha256=O0WMCT6z7a_pDDew04QtpyPk_qzfGCX_647rsrBs0ug,11239
79
79
  tooluniverse/tool_finder_keyword.py,sha256=_Nt4-C1RranoywTk8vi6MePWPoNqFwOhafMDiTYl_SU,23480
@@ -882,9 +882,9 @@ tooluniverse/tools/search_clinical_trials.py,sha256=skW3aPZ1gXfjKJz8WkxGpt93XlHp
882
882
  tooluniverse/tools/visualize_molecule_2d.py,sha256=yaaGErioVPG5qMi8nR6DbZbojJVCUc2mDiO7icBG60U,2462
883
883
  tooluniverse/tools/visualize_molecule_3d.py,sha256=0fFkjGz0hrNyRBiXRV_FY8yWXR47jZQXatXLxXwbrXw,2693
884
884
  tooluniverse/tools/visualize_protein_structure_3d.py,sha256=ifTkgPvtNtvJ9q8d7zmSqSnd32oFmRcKkoO8p1SdVUU,2358
885
- tooluniverse-1.0.9.dist-info/licenses/LICENSE,sha256=0P0qDClpVzrnQUe3QAu7V-alszSBa-6hVHXyn9Xe60k,11351
886
- tooluniverse-1.0.9.dist-info/METADATA,sha256=O-jvVL_cYpObdnviT8DoBx4ciJ384Ry31TRPgRhoGA8,21159
887
- tooluniverse-1.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
888
- tooluniverse-1.0.9.dist-info/entry_points.txt,sha256=SAdqP4tU4mMOtp1YWaOHTwnIHhnoiD1wmfKGlSfNSy0,647
889
- tooluniverse-1.0.9.dist-info/top_level.txt,sha256=zZ8YeCJ5FAkEwdd_mxsFtSCQMBDgBdxrrmHo3RNBiWs,13
890
- tooluniverse-1.0.9.dist-info/RECORD,,
885
+ tooluniverse-1.0.9.1.dist-info/licenses/LICENSE,sha256=0P0qDClpVzrnQUe3QAu7V-alszSBa-6hVHXyn9Xe60k,11351
886
+ tooluniverse-1.0.9.1.dist-info/METADATA,sha256=UGIL_yWuVAeoD76bILuyj7YGBLqVg2h4cwwH2uaAywQ,21146
887
+ tooluniverse-1.0.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
888
+ tooluniverse-1.0.9.1.dist-info/entry_points.txt,sha256=SAdqP4tU4mMOtp1YWaOHTwnIHhnoiD1wmfKGlSfNSy0,647
889
+ tooluniverse-1.0.9.1.dist-info/top_level.txt,sha256=zZ8YeCJ5FAkEwdd_mxsFtSCQMBDgBdxrrmHo3RNBiWs,13
890
+ tooluniverse-1.0.9.1.dist-info/RECORD,,