.gitignore
CONTRIBUTING.md
COPYING
DESIGN.md
README.rst
TODO
disperse.conf
pyproject.toml
setup.py
tox.ini
.github/workflows/disperse.yml
.github/workflows/test.yml
dissolve/__init__.py
dissolve/__main__.py
dissolve/ast_utils.py
dissolve/check.py
dissolve/collector.py
dissolve/decorators.py
dissolve/import_utils.py
dissolve/migrate.py
dissolve/remove.py
dissolve/replacer.py
dissolve/types.py
dissolve.egg-info/PKG-INFO
dissolve.egg-info/SOURCES.txt
dissolve.egg-info/dependency_links.txt
dissolve.egg-info/entry_points.txt
dissolve.egg-info/requires.txt
dissolve.egg-info/top_level.txt
tests/test_ast_utils.py
tests/test_attribute_deprecation.py
tests/test_check.py
tests/test_class_methods.py
tests/test_class_wrapper_deprecation.py
tests/test_cli.py
tests/test_comprehensive_replacements.py
tests/test_decorator.py
tests/test_decorator_dependencies.py
tests/test_docstring_extension.py
tests/test_edge_cases.py
tests/test_formatting_edge_cases.py
tests/test_formatting_preservation.py
tests/test_migrate.py
tests/test_remove.py