.editorconfig
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
codecov.yaml
mkdocs.yml
pyproject.toml
python-build-utils
uv.lock
.devcontainer/devcontainer.json
.devcontainer/postCreateCommand.sh
.github/actions/setup-python-env/action.yml
.github/workflows/main.yml
.github/workflows/mkdocs-deploy.yml
.github/workflows/on-release-main.yml
.github/workflows/validate-codecov-config.yml
docs/index.md
docs/modules.md
examples/DAVEcore.cp310-win_amd64.pyd
examples/dummy-0.1.1.py310-win_amd64.pyd
src/python_build_utils/__init__.py
src/python_build_utils/clean_pyd_modules.py
src/python_build_utils/cli_logger.py
src/python_build_utils/cli_tools.py
src/python_build_utils/collect_dep_modules.py
src/python_build_utils/collect_pyd_modules.py
src/python_build_utils/cythonized_setup.py
src/python_build_utils/exceptions.py
src/python_build_utils/pyd2wheel.py
src/python_build_utils/remove_tarballs.py
src/python_build_utils/rename_wheel_files.py
src/python_build_utils.egg-info/PKG-INFO
src/python_build_utils.egg-info/SOURCES.txt
src/python_build_utils.egg-info/dependency_links.txt
src/python_build_utils.egg-info/entry_points.txt
src/python_build_utils.egg-info/requires.txt
src/python_build_utils.egg-info/top_level.txt
tests/conftest.py
tests/test_clean_pyd_modules.py
tests/test_clean_pyd_modules_cli.py
tests/test_cli_tools.py
tests/test_collect_dep_modules.py
tests/test_collect_dep_modules_cli.py
tests/test_collect_pyd_modules.py
tests/test_collect_pyd_modules_cli.py
tests/test_pyd2wheel_cli.py
tests/test_pyd2wheel_functions.py
tests/test_remove_tarballs.py
tests/test_rename_wheel_files.py