LICENSE
README.md
pyproject.toml
src/python_combiner/__init__.py
src/python_combiner/__main__.py
src/python_combiner/cli.py
src/python_combiner/compiler.py
src/python_combiner/errors.py
src/python_combiner/exporthelper.py
src/python_combiner/graph.py
src/python_combiner/options.py
src/python_combiner/processedmodule.py
src/python_combiner/transformers.py
src/python_combiner.egg-info/PKG-INFO
src/python_combiner.egg-info/SOURCES.txt
src/python_combiner.egg-info/dependency_links.txt
src/python_combiner.egg-info/entry_points.txt
src/python_combiner.egg-info/requires.txt
src/python_combiner.egg-info/top_level.txt
src/python_combiner/plugin/__init__.py
src/python_combiner/plugin/constants.py
src/python_combiner/plugin/minifier.py
src/python_combiner/plugin/plugin.py
src/python_combiner/plugin/prelude.py
src/python_combiner/plugin/simplify_if.py