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 Returns: Package information including name, description, installation, docs, usage Return type: dict