X7ROOT File Manager
Current Path:
/opt/hc_python/lib/python3.12/site-packages/pip/_vendor/platformdirs
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
platformdirs
/
??
..
??
LICENSE
(1.06 KB)
??
__init__.py
(21.82 KB)
??
__main__.py
(1.47 KB)
??
__pycache__
??
android.py
(8.8 KB)
??
api.py
(9.06 KB)
??
macos.py
(6.17 KB)
??
py.typed
(0 B)
??
unix.py
(10.21 KB)
??
version.py
(704 B)
??
windows.py
(9.89 KB)
Editing: version.py
# file generated by setuptools-scm # don't change, don't track in version control __all__ = [ "__version__", "__version_tuple__", "version", "version_tuple", "__commit_id__", "commit_id", ] TYPE_CHECKING = False if TYPE_CHECKING: from typing import Tuple from typing import Union VERSION_TUPLE = Tuple[Union[int, str], ...] COMMIT_ID = Union[str, None] else: VERSION_TUPLE = object COMMIT_ID = object version: str __version__: str __version_tuple__: VERSION_TUPLE version_tuple: VERSION_TUPLE commit_id: COMMIT_ID __commit_id__: COMMIT_ID __version__ = version = '4.5.0' __version_tuple__ = version_tuple = (4, 5, 0) __commit_id__ = commit_id = None
Upload File
Create Folder