.flake8
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
environment.yml
noxfile.py
pyproject.toml
setup.cfg
notebooks/examples.ipynb
universal_pathlib.egg-info/PKG-INFO
universal_pathlib.egg-info/SOURCES.txt
universal_pathlib.egg-info/dependency_links.txt
universal_pathlib.egg-info/not-zip-safe
universal_pathlib.egg-info/requires.txt
universal_pathlib.egg-info/top_level.txt
upath/__init__.py
upath/_version.py
upath/core.py
upath/errors.py
upath/py.typed
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/_pathlib_test_support.py
upath/tests/cases.py
upath/tests/conftest.py
upath/tests/test_core.py
upath/tests/test_pathlib.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