Metadata-Version: 2.1
Name: cloudtopiaaclient
Version: 7.2.7.dev31
Summary: Cloudtopiaa Command-line Client
Home-page: https://cloudtopiaa.com/
Author: Cloudtopiaa
Author-email: info@cloudtopiaa.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS

=================
CloudtopiaaClient
=================

CloudtopiaaClient is a command-line client for Cloudtopiaa that brings
the command set for Compute, Identity, Image, Network, Object Store, and Block
Storage APIs together in a single shell with a uniform command structure.

The primary goal is to provide a unified shell command structure and a common
language to describe operations in Cloudtopiaa.

Getting Started
===============

Cloudtopiaa Client can be installed from PyPI using pip::

    pip install cloudtopiaaclient

There are a few variants on getting help. A list of global options and supported
commands is shown with ``--help``::

    cloudtopiaa --help

There is also a ``help`` command that can be used to get help text for a specific
command::

    cloudtopiaa help
    cloudtopiaa help server create



