LICENSE
README.md
pyproject.toml
setup.py
universal_pathlib.egg-info/PKG-INFO
universal_pathlib.egg-info/SOURCES.txt
universal_pathlib.egg-info/dependency_links.txt
universal_pathlib.egg-info/top_level.txt
upath/__init__.py
upath/core.py
upath/errors.py
upath/registry.py
upath/implementations/__init__.py
upath/implementations/cloud.py
upath/implementations/hdfs.py
upath/implementations/http.py
upath/implementations/memory.py
upath/implementations/webdav.py
upath/tests/__init__.py
upath/tests/cases.py
upath/tests/conftest.py
upath/tests/test_core.py
upath/tests/utils.py
upath/tests/implementations/__init__.py
upath/tests/implementations/test_azure.py
upath/tests/implementations/test_gcs.py
upath/tests/implementations/test_hdfs.py
upath/tests/implementations/test_http.py
upath/tests/implementations/test_memory.py
upath/tests/implementations/test_s3.py
upath/tests/implementations/test_webdav.py