LICENSE
MANIFEST.in
README.md
mkdocs.yml
requirements-docs.txt
requirements.dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
cloudscale_cli/__init__.py
cloudscale_cli/cli.py
cloudscale_cli/spinner.py
cloudscale_cli/util.py
cloudscale_cli/version.py
cloudscale_cli.egg-info/PKG-INFO
cloudscale_cli.egg-info/SOURCES.txt
cloudscale_cli.egg-info/dependency_links.txt
cloudscale_cli.egg-info/entry_points.txt
cloudscale_cli.egg-info/requires.txt
cloudscale_cli.egg-info/top_level.txt
cloudscale_cli/commands/__init__.py
cloudscale_cli/commands/flavor.py
cloudscale_cli/commands/floating_ip.py
cloudscale_cli/commands/image.py
cloudscale_cli/commands/network.py
cloudscale_cli/commands/objects_user.py
cloudscale_cli/commands/region.py
cloudscale_cli/commands/server.py
cloudscale_cli/commands/server_group.py
cloudscale_cli/commands/subnet.py
cloudscale_cli/commands/volume.py
tests/__init__.py
tests/test_common.py
tests/test_flavor.py
tests/test_floating_ip.py
tests/test_image.py
tests/test_network.py
tests/test_objects_user.py
tests/test_region.py
tests/test_server.py
tests/test_server_group.py
tests/test_subnet.py
tests/test_version.py
tests/test_volume.py