You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package names are normalized (case, -/_/.) so Foo_Bar and foo-bar
match.
Graph
Poetry lockfiles give a full graph; a bare requirements.txt is flatter.
Online resolution
Registry:pypi.org/pypi/<name>/json.
Repo discovery: PyPI has no single repo field, so postmortem scans
info.project_urls for a repo-ish key (Source, Source Code,
Repository, Code, GitHub, Git), then any project URL, then falls back
to info.home_page. The first candidate that parses to a known
host wins.
Gotcha
Many packages list only a documentation/homepage URL, not a code repo - those
resolve to no repository (reported as unchecked, not suspicious).