.gitignore
LICENSE
README.md
main.py
path.txt
pyproject.toml
requirements-dev.txt
requirements.txt
sample_text.txt
setup.py
.github/workflows/python-publish.yml
.github/workflows/tests.yml
src/publicmethod/__init__.py
src/publicmethod/_version.py
src/publicmethod.egg-info/PKG-INFO
src/publicmethod.egg-info/SOURCES.txt
src/publicmethod.egg-info/dependency_links.txt
src/publicmethod.egg-info/requires.txt
src/publicmethod.egg-info/top_level.txt
src/publicmethod/core/__init__.py
src/publicmethod/core/base_component.py
src/publicmethod/core/data_reader.py
src/publicmethod/core/log_config.py
src/publicmethod/core/path_manager.py
temp/test_auto_detect_encoding0/gbk.txt
temp/test_auto_detect_encoding0/utf8.txt
temp/test_base_component_read_data0/test.txt
temp/test_disable_auto_detect_encod0/gbk.txt
temp/test_read_from_file0/test.txt
temp/test_read_method0/test.txt
tests/conftest.py
tests/test_data_reader.py
tests/test_example.py
tests/test_logger.py