Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ list_packages
Method
list_packages
aura/mirror.py:29–30 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
27
28
@classmethod
29
def
list_packages(cls) -> typing.Generator[Path, None, None]:
30
yield
from
(cls.get_mirror_path() /
"json"
).iterdir()
31
32
def
get_json(self, package_name) -> dict:
33
assert package_name
Callers
2
test_local_mirror
Function · 0.95
_get_package_list
Method · 0.45
Calls
1
get_mirror_path
Method · 0.80
Tested by
1
test_local_mirror
Function · 0.76