Skip to main content
Glama

Python Dependency Manager Companion

by KemingHe
inspection.mdβ€’742 B
# Inspecting environments ## Listing installed packages To list all the packages in the environment: ```console $ uv pip list ``` To list the packages in a JSON format: ```console $ uv pip list --format json ``` To list all the packages in the environment in a `requirements.txt` format: ```console $ uv pip freeze ``` ## Inspecting a package To show information about an installed package, e.g., `numpy`: ```console $ uv pip show numpy ``` Multiple packages can be inspected at once. ## Verifying an environment It is possible to install packages with conflicting requirements into an environment if installed in multiple steps. To check for conflicts or missing dependencies in the environment: ```console $ uv pip check ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KemingHe/python-dependency-manager-companion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server