LICENSE
README.md
pyproject.toml
tests/__init__.py
tests/package/common/test_local_directory.py
tests/package/common/test_local_file.py
wexample_file/__init__.py
wexample_file.egg-info/PKG-INFO
wexample_file.egg-info/SOURCES.txt
wexample_file.egg-info/dependency_links.txt
wexample_file.egg-info/requires.txt
wexample_file.egg-info/top_level.txt
wexample_file/common/abstract_local_item_path.py
wexample_file/common/local_directory.py
wexample_file/common/local_file.py
wexample_file/const/globals.py
wexample_file/const/types.py
wexample_file/excpetion/directory_not_found_exception.py
wexample_file/excpetion/file_not_found_exception.py
wexample_file/excpetion/local_path_not_found_exception.py
wexample_file/excpetion/not_a_directory_exception.py
wexample_file/excpetion/not_a_file_exception.py