LICENSE
README.md
pyproject.toml
src/python_automation_tool/__init__.py
src/python_automation_tool/__main__.py
src/python_automation_tool/batch_renamer.py
src/python_automation_tool/cli.py
src/python_automation_tool/csv_processor.py
src/python_automation_tool/file_operations.py
src/python_automation_tool/filters.py
src/python_automation_tool/history.py
src/python_automation_tool/logging_config.py
src/python_automation_tool/models.py
src/python_automation_tool/reporting.py
src/python_automation_tool/utils.py
src/python_automation_tool.egg-info/PKG-INFO
src/python_automation_tool.egg-info/SOURCES.txt
src/python_automation_tool.egg-info/dependency_links.txt
src/python_automation_tool.egg-info/entry_points.txt
src/python_automation_tool.egg-info/requires.txt
src/python_automation_tool.egg-info/top_level.txt
tests/test_batch_renamer.py
tests/test_cli_integration.py
tests/test_csv_processor.py
tests/test_file_operations.py
tests/test_filters.py
tests/test_history.py