.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pre-commit-update.yml
.github/workflows/publish.yml
.github/workflows/release.yml
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/top_level.txt
src/xvenv/__init__.py
src/xvenv/__main__.py
src/xvenv/_cross_target.py.tmpl
src/xvenv/convert.py
src/xvenv/platforms/__init__.py
src/xvenv/platforms/android.py
src/xvenv/platforms/emscripten.py
src/xvenv/platforms/ios.py
tests/test_xvenv.py