░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/snap/certbot/5781/lib/python3.12/site-packages/uv
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: __init__.py
from __future__ import annotations from ._find_uv import find_uv_bin __all__ = ["find_uv_bin"] def __getattr__(attr_name: str) -> object: if attr_name in { "build_sdist", "build_wheel", "build_editable", "get_requires_for_build_sdist", "get_requires_for_build_wheel", "prepare_metadata_for_build_wheel", "get_requires_for_build_editable", "prepare_metadata_for_build_editable", }: err = ( f"Using `uv.{attr_name}` is not allowed; build backend functionality is in the `uv_build` package. " f"Did you mean to use `uv_build` as your build system?" ) raise AttributeError(err) raise AttributeError(f"module `{__name__}` has no attribute `{attr_name}`")
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-07-16 05:15
📄 __init__.py
PY
778 B
2026-07-16 05:15
EDIT
📄 __main__.py
PY
1.1 KB
2026-07-16 05:15
EDIT
📄 _find_uv.py
PY
3.1 KB
2026-07-16 05:15
EDIT
📄 py.typed
TYPED
0 B
2026-07-16 05:15
EDIT