.gitignore
.pylintrc
LICENSE
MANIFEST.in
README.md
activate.sh
clean
install
install.py
lint
pyproject.toml
requirements.testing.txt
setup.py
test
tox.ini
upload_package.sh
.github/workflows/lint.yml
.github/workflows/push_macos.yml
.github/workflows/push_ubuntu.yml
.github/workflows/push_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/python_compile/__init__.py
src/python_compile/cli.py
src/python_compile/native_windows_build.py
src/python_compile.egg-info/PKG-INFO
src/python_compile.egg-info/SOURCES.txt
src/python_compile.egg-info/dependency_links.txt
src/python_compile.egg-info/entry_points.txt
src/python_compile.egg-info/requires.txt
src/python_compile.egg-info/top_level.txt
src/python_compile/assets/debian-dockerfile
src/python_compile/assets/demo_http_server.py
src/python_compile/assets/windows-dockerfile
tests/test_cli.py