LICENSE
README.md
setup.py
src/python_minifier/__init__.py
src/python_minifier/__init__.pyi
src/python_minifier/__main__.py
src/python_minifier/ast_compare.py
src/python_minifier/ast_compat.py
src/python_minifier/ast_printer.py
src/python_minifier/expression_printer.py
src/python_minifier/f_string.py
src/python_minifier/ministring.py
src/python_minifier/module_printer.py
src/python_minifier/py.typed
src/python_minifier/token_printer.py
src/python_minifier/util.py
src/python_minifier.egg-info/PKG-INFO
src/python_minifier.egg-info/SOURCES.txt
src/python_minifier.egg-info/dependency_links.txt
src/python_minifier.egg-info/entry_points.txt
src/python_minifier.egg-info/top_level.txt
src/python_minifier.egg-info/zip-safe
src/python_minifier/rename/__init__.py
src/python_minifier/rename/bind_names.py
src/python_minifier/rename/binding.py
src/python_minifier/rename/mapper.py
src/python_minifier/rename/name_generator.py
src/python_minifier/rename/rename_literals.py
src/python_minifier/rename/renamer.py
src/python_minifier/rename/resolve_names.py
src/python_minifier/rename/util.py
src/python_minifier/transforms/__init__.py
src/python_minifier/transforms/combine_imports.py
src/python_minifier/transforms/constant_folding.py
src/python_minifier/transforms/remove_annotations.py
src/python_minifier/transforms/remove_annotations_options.py
src/python_minifier/transforms/remove_annotations_options.pyi
src/python_minifier/transforms/remove_asserts.py
src/python_minifier/transforms/remove_debug.py
src/python_minifier/transforms/remove_exception_brackets.py
src/python_minifier/transforms/remove_explicit_return_none.py
src/python_minifier/transforms/remove_literal_statements.py
src/python_minifier/transforms/remove_object_base.py
src/python_minifier/transforms/remove_pass.py
src/python_minifier/transforms/remove_posargs.py
src/python_minifier/transforms/suite_transformer.py
test/test_assignment_expressions.py
test/test_await_fstring.py
test/test_bind_names.py
test/test_bind_names_python2.py
test/test_bind_names_python312.py
test/test_bind_names_python313.py
test/test_bind_names_python33.py
test/test_combine_imports.py
test/test_comprehension_rename.py
test/test_decorator_expressions.py
test/test_dict_expansion.py
test/test_folding.py
test/test_fstring.py
test/test_generic_types.py
test/test_hoist_literals.py
test/test_import.py
test/test_is_ast_node.py
test/test_iterable_unpacking.py
test/test_match.py
test/test_match_rename.py
test/test_name_generator.py
test/test_nonlocal.py
test/test_posargs.py
test/test_preserve_shebang.py
test/test_remove_annotations.py
test/test_remove_assert.py
test/test_remove_debug.py
test/test_remove_exception_brackets.py
test/test_remove_explicit_return_none.py
test/test_remove_literal_statements.py
test/test_remove_object.py
test/test_remove_pass.py
test/test_rename_builtins.py
test/test_rename_locals.py
test/test_slice.py
test/test_type_param_defaults.py