.flake8
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
SECURITY.md
environment.yml
noxfile.py
pyproject.toml
dev/requirements.txt
dev/fsspec_inspector/generate_flavours.py
notebooks/examples.ipynb
typesafety/test_upath_interface.yml
typesafety/test_upath_signatures.yml
typesafety/test_upath_types.yml
universal_pathlib.egg-info/PKG-INFO
universal_pathlib.egg-info/SOURCES.txt
universal_pathlib.egg-info/dependency_links.txt
universal_pathlib.egg-info/requires.txt
universal_pathlib.egg-info/top_level.txt
upath/__init__.py
upath/_chain.py
upath/_flavour.py
upath/_flavour_sources.py
upath/_info.py
upath/_protocol.py
upath/_stat.py
upath/_version.py
upath/core.py
upath/extensions.py
upath/py.typed
upath/registry.py
upath/implementations/__init__.py
upath/implementations/_experimental.py
upath/implementations/cached.py
upath/implementations/cloud.py
upath/implementations/data.py
upath/implementations/github.py
upath/implementations/hdfs.py
upath/implementations/http.py
upath/implementations/local.py
upath/implementations/memory.py
upath/implementations/sftp.py
upath/implementations/smb.py
upath/implementations/webdav.py
upath/tests/__init__.py
upath/tests/cases.py
upath/tests/conftest.py
upath/tests/test_chain.py
upath/tests/test_core.py
upath/tests/test_drive_root_anchor_parts.py
upath/tests/test_extensions.py
upath/tests/test_pydantic.py
upath/tests/test_registry.py
upath/tests/test_relative.py
upath/tests/test_stat.py
upath/tests/utils.py
upath/tests/implementations/__init__.py
upath/tests/implementations/test_azure.py
upath/tests/implementations/test_data.py
upath/tests/implementations/test_gcs.py
upath/tests/implementations/test_github.py
upath/tests/implementations/test_hdfs.py
upath/tests/implementations/test_http.py
upath/tests/implementations/test_local.py
upath/tests/implementations/test_memory.py
upath/tests/implementations/test_s3.py
upath/tests/implementations/test_sftp.py
upath/tests/implementations/test_smb.py
upath/tests/implementations/test_webdav.py
upath/tests/pathlib/__init__.py
upath/tests/pathlib/_test_support.py
upath/tests/pathlib/conftest.py
upath/tests/pathlib/test_pathlib_310.py
upath/tests/pathlib/test_pathlib_311.py
upath/tests/pathlib/test_pathlib_312.py
upath/tests/pathlib/test_pathlib_39.py
upath/tests/third_party/__init__.py
upath/tests/third_party/test_pydantic.py
upath/types/__init__.py
upath/types/_abc.py
upath/types/_abc.pyi
upath/types/storage_options.py