README.md
config.site
generate_pyconfig_for_host.sh
pyproject.toml
.github/workflows/publish-to-pypi.yml
examples/hatchdemo/pyproject.toml
examples/hatchdemo/src/hatchdemo/__init__.py
examples/hatchdemo/src/hatchdemo/cli.py
examples/hatchdemo/src/hatchdemo/fib.py
examples/hatchdemo/src/hatchdemo/fib_cython.pyx
examples/hatchdemo/src/hatchdemo/fib_purepython.py
examples/hatchdemo/src/hatchdemo/hello.c
examples/hatchdemo/src/hatchdemo/zighello.zig
examples/minimal/pyproject.toml
examples/minimal/src/minimal/__init__.py
examples/minimal/src/minimal/cli.py
examples/minimal/src/minimal/fib.py
examples/minimal/src/minimal/fib_cython.pyx
examples/minimal/src/minimal/hello.c
examples/zigextdemo/pyproject.toml
examples/zigextdemo/src/lib.zig
examples/zigextdemo/zigextdemo/.empty
src/smelt/backend.py
src/smelt/compiler.py
src/smelt/config.py
src/smelt/context.py
src/smelt/frontend.py
src/smelt/nuitkaify.py
src/smelt/process.py
src/smelt/py.typed
src/smelt/utils.py
src/smelt.egg-info/PKG-INFO
src/smelt.egg-info/SOURCES.txt
src/smelt.egg-info/dependency_links.txt
src/smelt.egg-info/entry_points.txt
src/smelt.egg-info/requires.txt
src/smelt.egg-info/top_level.txt
src/smelt/build_backends/hatch.py
src/smelt/pyconfig/aarch64-linux-gnu/python3.12/pyconfig.h
src/smelt/pyconfig/arm-linux-gnueabihf/python3.12/pyconfig.h
tests/test_compiler.py
tests/test_config.py
tests/test_context.py
tests/test_frontend.py
tests/test_nuitkaify.py
tests/test_process.py
tests/extensions/hello.c
tests/functional/conftest.py
tests/functional/noxfile.py
tests/functional/test_correctness.py
tests/modules/entrypoint.py
tests/modules/fib.py