Metadata-Version: 2.4
Name: vigietools
Version: 0.0.1
Summary: OpenStack OPS API tools
Home-page: https://www.openstack.org/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
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.8
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-Dist: keystoneauth1
Requires-Dist: oslo.config
Requires-Dist: oslo.log
Requires-Dist: openstacksdk
Requires-Dist: paramiko
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

This project is a collection of OpenStack OPS tools.

This package contains tools useful for OpenStack cloud administrators. In
include things like:

  * Validating a compute host before putting it into service.
  * More to come.

It can be used either on the command line, using /usr/bin/vgt, or as a
Python module, called by a higher level thing.

