.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
setup.py
test.py
testsrc/hello/c/hello.c
testsrc/hello/cxx/hello.cpp
testsrc/multisrc/function.c
testsrc/multisrc/main.c
testsrc/sh/echo.sh
testsrc/void/void.c
xeno/__init__.py
xeno/abstract.py
xeno/async_injector.py
xeno/attributes.py
xeno/build.py
xeno/color.py
xeno/decorators.py
xeno/errors.py
xeno/events.py
xeno/namespaces.py
xeno/pkg_config.py
xeno/recipe.py
xeno/shell.py
xeno/spinner.py
xeno/sync_injector.py
xeno/testing.py
xeno/typedefs.py
xeno/utils.py
xeno.egg-info/PKG-INFO
xeno.egg-info/SOURCES.txt
xeno.egg-info/dependency_links.txt
xeno.egg-info/top_level.txt
xeno/recipes/__init__.py
xeno/recipes/c.py
xeno/recipes/cxx.py
xeno/recipes/shell.py