Metadata-Version: 2.1
Name: uosclient
Version: 0.0.10
Summary: Unipart OpenStack client tools
Home-page: https://github.com/unipartdigital/uosclient
Author: Unipart Digital
Author-email: sysadmins@unipart.io
License: GPLv2+
Description: Unipart OpenStack client tools
        ==============================
        
        [![Build Status](https://travis-ci.com/unipartdigital/uosclient.svg?branch=master)](https://travis-ci.com/unipartdigital/uosclient)
        
        This is a set of simple tools designed to automate various common
        system administration tasks within the Unipart OpenStack
        infrastructure.
        
        These tools are highly opinionated and inflexible by design, since the
        purpose is to ensure consistency in the way that system administration
        tasks are performed.
        
        Installation
        ------------
        
        ### Fedora
        
        ```shell
        dnf copr enable unipartdigital/pkgs
        dnf install uosclient
        ```
        
        ### CentOS 7
        
        ```shell
        yum-config-manager --add-repo \
             https://copr.fedorainfracloud.org/coprs/unipartdigital/pkgs/repo/epel-7/unipartdigital-pkgs-epel-7.repo
        yum install uosclient
        ```
        
        ### Other
        
        ```shell
        pip3 install uosclient
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.7
Description-Content-Type: text/markdown
