tooluniverse.package_tool module¶ class tooluniverse.package_tool.PackageTool[source]¶ Bases: BaseTool Universal tool to provide information about Python packages. Fetches real-time data from PyPI API with local fallback. __init__(tool_config)[source]¶ run(arguments)[source]¶ Get comprehensive package information. Parameters: arguments (dict) – Optional parameters for customization Returnsdict: Package information including name, description, installation, docs, usage