LICENSE
MANIFEST.in
README.md
setup.py
tox.ini
cleanenv/__init__.py
cleanenv/setup.py
cleanenv.egg-info/PKG-INFO
cleanenv.egg-info/SOURCES.txt
cleanenv.egg-info/dependency_links.txt
cleanenv.egg-info/entry_points.txt
cleanenv.egg-info/requires.txt
cleanenv.egg-info/top_level.txt
cleanenv/cleanenv_inside/__init__.py
cleanenv/cleanenv_inside/cli.py
cleanenv/cleanenv_inside/config.py
cleanenv/cleanenv_inside/flock.py
cleanenv/cleanenv_inside/user.py
cleanenv/cleanenv_inside/commands/__init__.py
cleanenv/cleanenv_inside/commands/destroy.py
cleanenv/cleanenv_inside/commands/exec_.py
cleanenv/cleanenv_inside/commands/link.py
cleanenv/cleanenv_inside/commands/reset.py
cleanenv/commands/__init__.py
cleanenv/commands/create.py
cleanenv/distribution/activate
cleanenv/distribution/argparse-1.4.0.tar.gz
cleanenv/distribution/backports.ssl_match_hostname-3.4.0.2.tar.gz
cleanenv/distribution/configobj-5.0.6.tar.gz
cleanenv/distribution/docker-py-1.3.1.tar.gz
cleanenv/distribution/requests-2.7.0.tar.gz
cleanenv/distribution/six-1.9.0.tar.gz
cleanenv/distribution/subprocess32-3.2.6.tar.gz
cleanenv/distribution/websocket_client-0.32.0.tar.gz
tests/.coverage
tests/conftest.py
tests/test_setup.py
tests/cleanenv_inside/__init__.py
tests/cleanenv_inside/test_cli.py
tests/cleanenv_inside/test_config.py
tests/cleanenv_inside/test_flock.py
tests/cleanenv_inside/test_user.py
tests/cleanenv_inside/commands/__init__.py
tests/cleanenv_inside/commands/test_destroy.py
tests/cleanenv_inside/commands/test_exec.py
tests/cleanenv_inside/commands/test_link.py
tests/cleanenv_inside/commands/test_reset.py
tests/commands/__init__.py
tests/commands/test_create.py
tests/data/empty.conf
tests/data/empty_sections.conf
tests/data/invalid.conf
tests/data/valid.conf
tests/data/valid2.conf
tests/docker/tofile.sh
tests/docker/tox-test-command.sh
tests/docker/debian:6py/Dockerfile
tests/docker/debian:7py/Dockerfile
tests/docker/ubuntu:15.04-py/Dockerfile