MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / get_pypi_stats_path

Function get_pypi_stats_path

aura/config.py:252–254  ·  view source on GitHub ↗
(exc=True)

Source from the content-addressed store, hash-verified

250
251
252def get_pypi_stats_path(exc=True) -> Path:
253 pth = os.environ.get("AURA_PYPI_STATS", None) or CFG["aura"]["pypi_stats"]
254 return Path(get_file_location(pth, CFG_PATH, exc=exc))
255
256
257def get_reverse_dependencies_path(exc=True) -> Path:

Callers 1

iter_pypi_statsFunction · 0.85

Calls 2

get_file_locationFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected