pychroot is a python library that simplifies chroot handling. Specifically, it provides the Chroot context manager that allows for more pythonic methods for running code in or controlling access to chroots.
Please create an issue in the issue tracker.
Tests are handled via pytest, run via:
py.test
which is also integrated into setup.py, run via:
python setup.py test
via pip:
pip install pychroot
manually:
python setup.py install