LICENSE
README.md
pyproject.toml
src/ddeutil/io/__about__.py
src/ddeutil/io/__init__.py
src/ddeutil/io/__type.py
src/ddeutil/io/config.py
src/ddeutil/io/exceptions.py
src/ddeutil/io/register.py
src/ddeutil/io/stores.py
src/ddeutil/io/utils.py
src/ddeutil/io/files/__init__.py
src/ddeutil/io/files/conf.py
src/ddeutil/io/files/dir.py
src/ddeutil/io/files/file.py
src/ddeutil/io/files/utils.py
src/ddeutil_io.egg-info/PKG-INFO
src/ddeutil_io.egg-info/SOURCES.txt
src/ddeutil_io.egg-info/dependency_links.txt
src/ddeutil_io.egg-info/requires.txt
src/ddeutil_io.egg-info/top_level.txt
tests/test_config.py
tests/test_dir_open.py
tests/test_files_base.py
tests/test_files_open.py
tests/test_files_open_csv.py
tests/test_files_open_env.py
tests/test_files_open_json.py
tests/test_files_open_memory.py
tests/test_files_open_toml.py
tests/test_files_open_yaml.py
tests/test_files_utils.py
tests/test_register.py
tests/test_register_archive.py
tests/test_register_deploy.py
tests/test_stores.py
tests/test_utils.py