Metadata-Version: 1.1
Name: python-stacktaskclient
Version: 0.1.5
Summary: StackTask API Client Library
Home-page: https://github.com/catalyst/stacktask-client
Author: Dale Smith
Author-email: dale@catalyst-eu.net
License: UNKNOWN
Description: StackTaskClient is a command-line and python client for StackTask.
        
        Getting Started
        ===============
        
        StackTask Client can be installed from PyPI using pip:
        
        ::
        
            pip install python-stacktaskclient
        
        There are a few variants on getting help. A list of global options and supported commands is shown with --help:
        
        ::
        
            stacktask --help
        
        There is also a help command that can be used to get help text for a specific command:
        
        ::
        
            stacktask user-invite --help
        
        Configuration
        =============
        
        Authentication using username/password is most commonly used:
        
        ::
        
            export OS_AUTH_URL=<url-to-openstack-identity>
            export OS_PROJECT_NAME=<project-name>
            export OS_USERNAME=<username>
            export OS_PASSWORD=<password>
        
        The corresponding command-line options look very similar:
        
        ::
        
            --os-auth-url <url>
            --os-project-name <project-name>
            --os-username <username>
            [--os-password <password>]
        
        
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
