Metadata-Version: 2.4
Name: crczp-openstack-lib
Version: 1.0.1
Summary: Cyberrangecz platform OpenStack Driver Python lib
Project-URL: GitHub, https://github.com/cyberrangecz/backend-openstack-lib
Author: cybersecurityhub.cz
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: crczp-python-commons~=1.0.1
Requires-Dist: deepdiff>=8.4.2
Requires-Dist: jinja2>=3.1.3
Requires-Dist: keystoneauth1>=5.11.0
Requires-Dist: netaddr>=1.3.0
Requires-Dist: python-glanceclient>=4.8.0
Requires-Dist: python-keystoneclient>=5.6.0
Requires-Dist: python-neutronclient>=11.5.0
Requires-Dist: python-novaclient>=18.9.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: structlog>=25.3.0
Requires-Dist: yamlize>=0.7.0
Description-Content-Type: text/markdown

# Openstack cloud driver
This repository hosts Openstack cloud libraries that are imlemented for CyberRangeCZ Platform.

## Modules

It consists of the following modules.

* ostack_client - a client that provides all necessary functions for heat stack manipulation
* utils - some common functions
* exceptions - used exceptions

## Releasing a new version
The release of a new version consists of two steps:
 1. Update the version of package in the pyproject.toml file. Note that upload of the package will fail
 if the registry already contains the package with given name and version.
