Metadata-Version: 2.4
Name: cleura-openstackclient
Version: 0.0.4
Summary: Conveniently installs OpenStack clients for use with Cleura Cloud
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/cleura/cleura-openstackclient
Project-URL: Issues, https://github.com/cleura/cleura-openstackclient/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: python-barbicanclient<7.2.0
Requires-Dist: python-cinderclient<9.8.0
Requires-Dist: python-designateclient<6.3.0
Requires-Dist: python-freezerclient<6.1.0
Requires-Dist: python-glanceclient<4.9.0
Requires-Dist: python-heatclient<4.2.0
Requires-Dist: python-keystoneclient<5.7.0
Requires-Dist: python-neutronclient<11.5.0
Requires-Dist: python-novaclient<18.10.0
Requires-Dist: python-octaviaclient<3.11.0
Requires-Dist: python-openstackclient<7.6.0
Requires-Dist: python-swiftclient<4.8.0
Requires-Dist: openstacksdk<4.5.0
Dynamic: license-file

# `cleura-openstackclient`

Conveniently installs OpenStack clients for Cleura Cloud.

## Purpose

By `pip`-installing this meta-package into a virtual environment (venv), you populate your environment with [OpenStack](https://openstack.org) clients whose versions are expected to work with [Cleura Cloud](https://docs.cleura.cloud).

This package provides no functionality of its own; it only installs dependencies.

## Installation

To install from PyPI, run:

```shell
pip install cleura-openstackclient==0.0.4
```

To install directly from [the repository](https://github.com/cleura/cleura-openstackclient), run:

```shell
pip install git+https://github.com/cleura/cleura-openstackclient@v0.0.4
```

Then, invoke the `openstack` command provided by the `python-openstackclient` package.

## License

Just like all other OpenStack client packages, `cleura-openstackclient` uses the Apache 2 license.
See [`LICENSE.txt`](LICENSE.txt) for details.
