Skip to content

Latest commit

Β 

History

History
15 lines (9 loc) Β· 1012 Bytes

README.md

File metadata and controls

15 lines (9 loc) Β· 1012 Bytes

Handy hover tooltips + CodeLens for dependencies from PyPI – similar to what VS Code has built in for dependencies in package.json.

Gain access to: package name, description, author(s), license, and latest version at a glance, with links in case you need more details.

Extension preview

Supported formats:

  • pip requirements files – requirements.txt, requirements.in, constraints.txt
  • Poetry – tool.poetry.dependencies in pyproject.toml
  • PEP 631 – project.dependencies in pyproject.toml

This extension depends on Microsoft's official Python extension for pip requirements language support.