Metadata-Version: 1.1
Name: openlmi-scripts
Version: 0.4.0
Summary: Client-side library and command-line client
Home-page: http://fedorahosted.org/openlmi/
Author: Michal Minar
Author-email: miminar@redhat.com
License: GPLv2+
Description: openlmi-scripts
        ===============
        Client-side python libraries and *LMI Meta-command* for system management
        through OpenLMI providers.
        
        It serves as a base for small python eggs targeted on one or more OpenLMI
        providers. We call these eggs scripts. They are installed separately although
        they can depend on each other.
        
        They contain python library itself as well as command line interface. This
        interface is registered with *LMI Meta-command* which is a part of OpenLMI
        Tools. *LMI Meta-command* loads it and offers to interface with broker through
        command line.
        
        For more information please refer to online documentation on [pythonhosted][].
        
        Take a look at [scripts upstream repository][git] for inspiration on how to
        write your own scripts.
        
        ### Deprecation warning
        
        `openlmi-scripts` is deprecated egg. It contains just *LMI Meta-command* which
        has been moved to `openlmi-tools` (version `0.9.1`). Newer scripts (`openlmi-scripts-*`)
        now depend just on `openlmi-tools`. Use this package only with older *tools*.
        
        Dependencies
        ------------
        Code base is written for `python 2.7`.
        There are following python dependencies:
        
         * openlmi-tools >= 0.9 and < 0.9.1 ([PyPI][tools-PyPI])
         * python-docopt
         * pandoc
        
        Installation
        ------------
        Use standard `setuptools` script for installation:
        
            $ cd openlmi-scripts/commands/$CMD
            $ make setup
            $ python setup.py install --user
        
        This installs particular client library and command line interface for
        *LMI Meta-command*.
        
        Script eggs are also available on *PyPI*, install them with:
        
            $ # add any provider you want to interact with
            $ pip install --user openlmi-scripts-service openlmi-scripts-software
        
        Check out [this][PyPI] site listing all available script eggs.
        
        ------------------------------------------------------------------------------
        [git]:           https://github.com/openlmi/openlmi-scripts                  "openlmi-scripts"
        [pythonhosted]:  http://pythonhosted.org/openlmi-tools/index.html            "Python Hosted"
        [tools-PyPI]:    https://pypi.python.org/pypi/openlmi-tools                  "Tools on PyPI"
        [PyPI]:          https://pypi.python.org/pypi?%3Aaction=search&term=openlmi-scripts&submit=search "Scripts on PyPI"
        
Platform: Any
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
