.gitignore
.pre-commit-config.yaml
.pyspelling.yml
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/zizmor.yml
.github/workflows/check-pr-template.yml
.github/workflows/ci.yml
.github/workflows/dependabot-changenote.yml
.github/workflows/new-issue.yml
.github/workflows/publish.yml
.github/workflows/release.yml
changes/template.md
docs/config.yml
docs/mkdocs.en.yml
docs/spelling_wordlist
docs/en/SUMMARY.md
docs/en/index.md
docs/en/about/community.md
docs/en/about/faq.md
docs/en/about/index.md
docs/en/about/releases.md
docs/en/how-to/create-cross-venv.md
docs/en/how-to/index.md
docs/en/how-to/run-a-build.md
docs/en/how-to/contribute/first-time-contributors.md
docs/en/how-to/contribute/index.md
docs/en/how-to/contribute/how/branches.md
docs/en/how-to/contribute/how/build-docs.md
docs/en/how-to/contribute/how/change-note.md
docs/en/how-to/contribute/how/dev-environment.md
docs/en/how-to/contribute/how/new-issue.md
docs/en/how-to/contribute/how/propose-feature.md
docs/en/how-to/contribute/how/reproduce-issue.md
docs/en/how-to/contribute/how/review-pr.md
docs/en/how-to/contribute/how/scope-creep.md
docs/en/how-to/contribute/how/submit-pr.md
docs/en/how-to/contribute/how/write-code.md
docs/en/how-to/contribute/how/write-docs.md
docs/en/how-to/contribute/next/pr-review.md
docs/en/how-to/contribute/next/release.md
docs/en/how-to/contribute/policies/ai-policy.md
docs/en/how-to/contribute/style/code-style-guide.md
docs/en/how-to/contribute/style/docs-style-guide.md
docs/en/how-to/contribute/what/fix-issue.md
docs/en/how-to/contribute/what/implement-feature.md
docs/en/how-to/contribute/what/propose-feature.md
docs/en/how-to/contribute/what/review-pr.md
docs/en/how-to/contribute/what/triage.md
docs/en/how-to/contribute/what/use-tools.md
docs/en/how-to/contribute/what/write-docs.md
docs/en/how-to/internal/index.md
docs/en/how-to/internal/release.md
docs/en/how-to/platform-setup/android.md
docs/en/how-to/platform-setup/emscripten.md
docs/en/how-to/platform-setup/index.md
docs/en/how-to/platform-setup/ios.md
docs/en/images/xbuild.png
docs/en/reference/environment-variables.md
docs/en/reference/index.md
docs/en/reference/project-configuration.md
docs/en/reference/commands/index.md
docs/en/reference/commands/xbuild.md
docs/en/reference/commands/xpython.md
docs/en/reference/commands/xvenv.md
docs/en/topics/how-it-works.md
docs/en/topics/index.md
docs/en/tutorial/android.md
docs/en/tutorial/index.md
docs/en/tutorial/ios.md
src/xbuild/__init__.py
src/xbuild/__main__.py
src/xbuild/_builder.py
src/xbuild/env.py
src/xbuild.egg-info/PKG-INFO
src/xbuild.egg-info/SOURCES.txt
src/xbuild.egg-info/dependency_links.txt
src/xbuild.egg-info/entry_points.txt
src/xbuild.egg-info/requires.txt
src/xbuild.egg-info/scm_file_list.json
src/xbuild.egg-info/scm_version.json
src/xbuild.egg-info/top_level.txt
src/xpython/__init__.py
src/xpython/__main__.py
src/xpython/deps.py
src/xpython/platforms/__init__.py
src/xpython/platforms/android.py
src/xpython/platforms/emscripten.py
src/xpython/platforms/ios.py
src/xvenv/__init__.py
src/xvenv/__main__.py
src/xvenv/_cross_target.py.tmpl
src/xvenv/convert.py
src/xvenv/fetch.py
src/xvenv/versions.py
src/xvenv/platforms/__init__.py
src/xvenv/platforms/android.py
src/xvenv/platforms/emscripten.py
src/xvenv/platforms/ios.py
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/_xbuild/test_main.py
tests/_xpython/__init__.py
tests/_xpython/test_deps.py
tests/_xpython/test_main.py
tests/_xpython/platforms/__init__.py
tests/_xpython/platforms/test_android.py
tests/_xpython/platforms/test_ios.py
tests/_xvenv/__init__.py
tests/_xvenv/test_convert.py
tests/_xvenv/test_fetch.py
tests/_xvenv/test_main.py
tests/_xvenv/test_versions.py
tests/_xvenv/platforms/__init__.py
tests/_xvenv/platforms/test_android.py
tests/_xvenv/platforms/test_emscripten.py
tests/_xvenv/platforms/test_ios.py
tests/live/__init__.py
tests/live/conftest.py
tests/live/test_xbuild.py
tests/live/test_xvenv.py
tests/live/_inner/disabled/test_cross_disabled.py
tests/live/_inner/patched/test_cross_patched.py
tests/live/expected_values/3.11.toml
tests/live/expected_values/3.12.toml
tests/live/expected_values/3.13.toml
tests/live/expected_values/3.14.toml
tests/live/expected_values/3.15.toml
tests/live/expected_values/common.toml
tests/samples/test1/pyproject.toml
tests/samples/test1/src/test1/__init__.py
tests/samples/test1/src/test1/_native.c
tests/samples/test1/tests/test_answer.py