LICENSE
README.md
pyproject.toml
src/filelib/__init__.py
src/filelib/authentication.py
src/filelib/client.py
src/filelib/config.py
src/filelib/constants.py
src/filelib/errors.py
src/filelib/exceptions.py
src/filelib/upload_manager.py
src/filelib/utils.py
src/filelib/cli/entrypoint.py
src/filelib/parsers/__init__.py
src/filelib/parsers/aws_error_parser.py
src/filelib/parsers/base.py
src/filelib/parsers/filelib_error_parser.py
src/filelib/parsers/upload_error_parser.py
src/filelib/parsers/xml.py
src/filelibpy.egg-info/PKG-INFO
src/filelibpy.egg-info/SOURCES.txt
src/filelibpy.egg-info/dependency_links.txt
src/filelibpy.egg-info/entry_points.txt
src/filelibpy.egg-info/requires.txt
src/filelibpy.egg-info/top_level.txt
tests/test_authentication_manager.py
tests/test_filelib_client.py
tests/test_filelib_config_object.py
tests/test_helpers.py
tests/test_upload_manager.py