MCPcopy Index your code
hub / github.com/pyodide/pyodide / is_normal_python_package

Function is_normal_python_package

tools/create_lockfile_diff.py:38–39  ·  view source on GitHub ↗
(pkg: PackageSpec)

Source from the content-addressed store, hash-verified

36
37
38def is_normal_python_package(pkg: PackageSpec) -> bool:
39 return pkg.package_type == "package" and pkg.file_name.endswith(".whl")
40
41
42def get_lockfile_url_from_makefile(branch: str | None = None) -> str:

Callers 1

calculate_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…