/pychroot

a python library that simplifies chroot handling

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

test coverage

pychroot

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.

Issues

Please create an issue in the issue tracker.

Tests

Tests are handled via pytest, run via:

py.test

which is also integrated into setup.py, run via:

python setup.py test

Installing

via pip:

pip install pychroot

manually:

python setup.py install