Metadata-Version: 1.1
Name: vmupdate
Version: 0.3.0
Summary: Command line utility used to keep your virtual machines up to date.
Home-page: https://github.com/corwintanner/vmupdate
Author: Corwin Tanner
Author-email: corwintanner@gmail.com
License: The MIT License (MIT)

Copyright (c) 2016 Corwin Tanner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: |build| |coverage| |python| |license| |docs| |status|
        
        ########
        vmupdate
        ########
        
        **vmupdate** is a command line utility used to keep your virtual machines up to date. It searches your computer for
        virtualizers, queries them for a list of VM's, and runs the appropriate update commands.
        
        .. contents::
            :local:
            :depth: 1
            :backlinks: none
        
        `Read the docs <http://vmupdate.readthedocs.org>`_ for more details.
        
        ************
        Installation
        ************
        
        The recommended installation tool is **pip**:
        
        .. code-block:: bash
        
            $ pip install vmupdate
        
        ***************
        Getting Started
        ***************
        
        Create a *vmupdate.yml* file with the credentials to login to your virtual machines:
        
        .. code-block:: yaml
        
            Credentials:
              Username: myuser
              Password: mypass
        
        
        And pass that file to the utility:
        
        .. code-block:: bash
        
            $ vmupdate --config "/path/to/config/vmupdate.yaml"
        
        **Note:** This method is included for simplicity, but is not recommended due to the inherent insecurity of a plaintext
        password. Read the `Configuration <http://vmupdate.readthedocs.org/en/stable/configuration.html>`_ documentation for
        more options.
        
        
        .. |build| image:: https://img.shields.io/travis/CorwinTanner/vmupdate.svg
            :target: https://travis-ci.org/CorwinTanner/vmupdate
        
        .. |coverage| image:: https://img.shields.io/coveralls/CorwinTanner/vmupdate.svg
            :target: https://coveralls.io/github/CorwinTanner/vmupdate
        
        .. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://github.com/CorwinTanner/vmupdate/blob/master/LICENSE
        
        .. |docs| image:: https://img.shields.io/badge/docs-latest-blue.svg
            :target: http://vmupdate.readthedocs.org
        
        .. |python| image:: https://img.shields.io/pypi/pyversions/vmupdate.svg
            :target: https://github.com/CorwinTanner/vmupdate
        
        .. |status| image:: https://img.shields.io/pypi/status/vmupdate.svg
            :target: https://github.com/CorwinTanner/vmupdate
        
Keywords: vm,update,virtual,machine
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
