.flake8
.travis.yml
LICENSE
README.md
env.example.bat
env.example.sh
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/devref/cli_option_guideline.rst
docs/devref/client_command_extensions.rst
docs/usage/cli.rst
docs/usage/commands.rst
docs/usage/library.rst
docs/usage/man.rst
examples/first_project/main.py
python_selvpcclient.egg-info/PKG-INFO
python_selvpcclient.egg-info/SOURCES.txt
python_selvpcclient.egg-info/dependency_links.txt
python_selvpcclient.egg-info/entry_points.txt
python_selvpcclient.egg-info/not-zip-safe
python_selvpcclient.egg-info/pbr.json
python_selvpcclient.egg-info/requires.txt
python_selvpcclient.egg-info/top_level.txt
selvpcclient/__init__.py
selvpcclient/base.py
selvpcclient/client.py
selvpcclient/formatters.py
selvpcclient/httpclient.py
selvpcclient/shell.py
selvpcclient/util.py
selvpcclient/commands/__init__.py
selvpcclient/commands/capabilities.py
selvpcclient/commands/customization.py
selvpcclient/commands/floatingips.py
selvpcclient/commands/keypair.py
selvpcclient/commands/license.py
selvpcclient/commands/limit.py
selvpcclient/commands/project.py
selvpcclient/commands/quotas.py
selvpcclient/commands/role.py
selvpcclient/commands/subnet.py
selvpcclient/commands/token.py
selvpcclient/commands/user.py
selvpcclient/commands/vrrp.py
selvpcclient/exceptions/__init__.py
selvpcclient/exceptions/base.py
selvpcclient/exceptions/http.py
selvpcclient/resources/__init__.py
selvpcclient/resources/capabilities.py
selvpcclient/resources/customization.py
selvpcclient/resources/floatingips.py
selvpcclient/resources/keypairs.py
selvpcclient/resources/licenses.py
selvpcclient/resources/projects.py
selvpcclient/resources/quotas.py
selvpcclient/resources/roles.py
selvpcclient/resources/subnets.py
selvpcclient/resources/tokens.py
selvpcclient/resources/users.py
selvpcclient/resources/vrrp.py
tests/__init__.py
tests/test_util.py
tests/cli/__init__.py
tests/cli/test_capabilities.py
tests/cli/test_customization.py
tests/cli/test_floatingip.py
tests/cli/test_keypairs.py
tests/cli/test_license.py
tests/cli/test_limit.py
tests/cli/test_project.py
tests/cli/test_quota.py
tests/cli/test_role.py
tests/cli/test_subnet.py
tests/cli/test_token.py
tests/cli/test_user.py
tests/cli/test_vrrp.py
tests/rest/__init__.py
tests/rest/test_capabilities.py
tests/rest/test_customization.py
tests/rest/test_floatingips.py
tests/rest/test_keypairs.py
tests/rest/test_licenses.py
tests/rest/test_projects.py
tests/rest/test_quotas.py
tests/rest/test_roles.py
tests/rest/test_subnets.py
tests/rest/test_tokens.py
tests/rest/test_users.py
tests/rest/test_vrrp.py
tests/util/__init__.py
tests/util/answers.py
tests/util/logo.jpg
tests/util/params.py
tests/util/temp_files.py