.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
samples.zip
setup.cfg
setup.py
tests.playground.move_class_to_file.py
tests.playground.snake_case.py
tox.health-check.sh
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/python_refactor_tool_box/__init__.py
src/python_refactor_tool_box/python_refactor_helper.py
src/python_refactor_tool_box/snake_case.py
src/python_refactor_tool_box/source_directory.py
src/python_refactor_tool_box/source_file.py
src/python_refactor_tool_box.egg-info/PKG-INFO
src/python_refactor_tool_box.egg-info/SOURCES.txt
src/python_refactor_tool_box.egg-info/dependency_links.txt
src/python_refactor_tool_box.egg-info/not-zip-safe
src/python_refactor_tool_box.egg-info/requires.txt
src/python_refactor_tool_box.egg-info/top_level.txt
tests/conftest.py
tests/helper.py
tests/test_snake_case.py
tests/test_source_directory.py
tests/test_source_file.py