MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / _get_package_list

Method _get_package_list

aura/cache.py:378–382  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

376
377 @classmethod
378 def _get_package_list(cls) -> List[str]:
379 repo = xmlrpc.client.ServerProxy(
380 "https://pypi.python.org/pypi", use_builtin_types=True
381 )
382 return [canonicalize_name(x) for x in repo.list_packages()]
383
384 @classmethod
385 def proxy(cls) -> List[str]:

Callers 2

fetchMethod · 0.95
proxyMethod · 0.80

Calls 1

list_packagesMethod · 0.45

Tested by

no test coverage detected