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
Requires-Dist: cliff (>=3.5.0)
Requires-Dist: cryptography (>=2.7)
Requires-Dist: iso8601 (>=0.1.11)
Requires-Dist: openstacksdk (>=3.3.0)
Requires-Dist: osc-lib (>=2.3.0)
Requires-Dist: oslo.i18n (>=3.15.3)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: python-cinderclient (>=3.3.0)
Requires-Dist: python-keystoneclient (>=3.22.0)
Requires-Dist: requests (>=2.27.0)
Requires-Dist: stevedore (>=2.0.1)

=================
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



