Metadata-Version: 2.1
Name: micado-client
Version: 0.12.13
Summary: A Python Client Library for MiCADO
Home-page: https://github.com/micado-scale/micado-client
Author: Márk Emődi & Jay DesLauriers
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/micado-scale/micado-client/issues
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: ruamel.yaml
Requires-Dist: paramiko
Requires-Dist: pycryptodome
Requires-Dist: python-novaclient
Requires-Dist: openstacksdk
Requires-Dist: ansible
Requires-Dist: ansible-runner
Requires-Dist: click
Requires-Dist: dicttoxml

# MiCADO Client Library

A Python client library for MiCADO (github.com/micado-scale) to support the following:
- Create an ADT
- Deploy, update and delete an application in MiCADO
- Create and destroy a MiCADO node

This package also exposes a CLI, which is [documented here](https://micado-scale.github.io/install/cli-install/).
