Metadata-Version: 1.1
Name: maloja
Version: 0.7.0
Summary: Python toolkit for VMware operations.
Home-page: https://bitbucket.org/maloja/maloja
Author: D Haynes
Author-email: dave@thuswise.co.uk
License: UNKNOWN
Description: ..  Titling
            ##++::==~~--''``
            
        Maloja
        ::::::
        
        A toolkit for use with a VMware cloud. Runs from the command line in Python 3.4 or above.
        
        Stay in charge of your cloud
        ============================
        
        * Maloja surveys your VMware virtual infrastructure and saves to a tidy
          collection of YAML files.
        * With only a text editor you can build up a design for new cloud assets, pasting
          in the YAML descriptions of what you need.
        * The Maloja *plan* command will tell you how your design looks and where there
          are mistakes.
        * The Maloja *build* command will make the design for you via the VMware REST API.
        * The Maloja *inspect* command will check what's built against the original design
          and warn you of any gaps.
        * You can write *plugins* of your own to work with the Maloja framework.
        
        Early adopters/developers
        =========================
        
        #. Read and follow the `Install notes`_.
        #. `Build the HTML manual`_.
        #. Follow the `Quick Start guide`_.
        
        End users only
        ==============
        
        Use `pip` to install Maloja from a distributed package::
        
            pip install maloja-0.7.0.zip
        
        .. _Install notes: https://github.com/skyscape-cloud-services/maloja/blob/master/maloja/doc/install.rst
        .. _Build the HTML manual: https://github.com/skyscape-cloud-services/maloja/blob/master/maloja/doc/contribute.rst#building-documentation
        .. _Quick Start guide: https://github.com/skyscape-cloud-services/maloja/blob/master/maloja/doc/quickstart.rst
        
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
