Metadata-Version: 1.1
Name: maasutil
Version: 0.0.10
Summary: A utility for command line MaaS interrogation
Home-page: https://github.com/lgfausak/maasutil
Author: Greg Fausak
Author-email: greg@tacodata.com
License: Apache Software License
Description: maasutil
        ========
        
        `|Version|\ |Status|\ |Downloads| <https://pypi.python.org/pypi/maasutil/>`__\ |Build
        Status|
        
        maas utility for a 1.8 maas region installation
        
        Summary
        -------
        
        Provide misc command line stuff for maas. The first one I need is the
        ability to determine the system\_id given the machine name.
        
        Usage
        -----
        
        ::
        
            usage: maasutil.py [-h] [-p] [-t {json,yaml,text}]
                            [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [-s]
        
            optional arguments:
              -h, --help            show this help message and exit
              -p, --pretty
                                    Pretty only works if the output is json
              -t|--type {json,yaml,text}
                                    Output type, json, yaml or text, text is the default 
              -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --loglevel {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                                    Log level (DEBUG,INFO,WARNING,ERROR,CRITICAL) default
                                    is: INFO
              -s, --save            save select command line arguments (default is always)
                                    in "/home/gfausak/.maasutil.conf" file
            maasutil.py node_by_name nodename
        
        Arguments
        ---------
        
        -  --pretty, make the output (json) pretty. yaml is already pretty. text
           is ugly. default is false.
        -  --help, the usage message is printed.
        -  --type, json or yaml or text (this is the OUTPUT type), default text.
        -  ---loglevel, for debugging, default INFO.
        -  --save, save current arguments to persistent file in home directory,
           this file will be read as if it came from the command line in
           subsequent invocations of this program. To remove it you have to
           remove the ~/.maasutil.conf file manually. Do this for making pretty
           default, for example. the default is no save is done.
        
        Notes
        -----
        
        none yet
        
        Examples
        --------
        
        ::
        
            maasutil.py node_by_name
        
        .. |Version| image:: https://pypip.in/version/maasutil/badge.svg
        .. |Status| image:: https://pypip.in/status/maasutil/badge.svg
        .. |Downloads| image:: https://pypip.in/download/maasutil/badge.svg
        .. |Build Status| image:: https://travis-ci.org/lgfausak/maasutil.svg?branch=master
           :target: https://travis-ci.org/lgfausak/maasutil
        
Keywords: kubernetes k8s development kube-version-change cat
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
