.gitignore
.pre-commit-config.yaml
.pylintrc
.pyup.yml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/docs-deploy.yml
.github/workflows/main.yml
.github/workflows/release.yml
docs/conf.py
docs/contributing.md
docs/index.md
docs/_static/.gitkeep
docs/_static/usage.png
docs/reference/cli.md
docs/reference/client.md
docs/reference/fsspec.md
src/webdav4/__init__.py
src/webdav4/_version.py
src/webdav4/callback.py
src/webdav4/cli.py
src/webdav4/client.py
src/webdav4/date_utils.py
src/webdav4/fs_utils.py
src/webdav4/fsspec.py
src/webdav4/func_utils.py
src/webdav4/http.py
src/webdav4/multistatus.py
src/webdav4/retry.py
src/webdav4/stream.py
src/webdav4/types.py
src/webdav4/urls.py
src/webdav4/version.py
src/webdav4.egg-info/PKG-INFO
src/webdav4.egg-info/SOURCES.txt
src/webdav4.egg-info/dependency_links.txt
src/webdav4.egg-info/entry_points.txt
src/webdav4.egg-info/requires.txt
src/webdav4.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/server.py
tests/test_callback.py
tests/test_cli.py
tests/test_client.py
tests/test_date_parsing.py
tests/test_fs_utils.py
tests/test_fsspec.py
tests/test_func_utils.py
tests/test_http.py
tests/test_multistatus.py
tests/test_retry.py
tests/test_stream.py
tests/test_urls.py
tests/utils.py