AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/enduser.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
ovmm/__init__.py
ovmm/cli.py
ovmm.egg-info/PKG-INFO
ovmm.egg-info/SOURCES.txt
ovmm.egg-info/dependency_links.txt
ovmm.egg-info/entry_points.txt
ovmm.egg-info/not-zip-safe
ovmm.egg-info/requires.txt
ovmm.egg-info/top_level.txt
ovmm/commands/__init__.py
ovmm/commands/add_user.py
ovmm/commands/backup_user.py
ovmm/commands/count_user.py
ovmm/commands/delete_user.py
ovmm/commands/initialise.py
ovmm/commands/list_user.py
ovmm/config/__init__.py
ovmm/config/settings.py
ovmm/handlers/__init__.py
ovmm/handlers/nginx.py
ovmm/handlers/postgres.py
ovmm/handlers/samba.py
ovmm/prompts/__init__.py
ovmm/prompts/defaults.py
ovmm/prompts/parsers.py
ovmm/static/.profile
ovmm/static/exp_env.7z
ovmm/static/nginx_template
ovmm/static/otree_environ_config
ovmm/static/ovmm_conf.yml
tests/conftest.py
tests/test_cli.py
tests/test_handlers_postgres.py
tests/test_handlers_samba.py
tests/test_prompts_defaults.py
tests/test_prompts_parsers.py