Metadata-Version: 1.0
Name: novawiz
Version: 0.0.12
Summary: a command-line wizard for nova
Home-page: github.com/echohead/novawiz
Author: tim miller
Author-email: name@example.com
License: UNKNOWN
Description: 
        A command-line client wrapping the openstack `nova` client.
        
        Installation:
          `sudo pip install novawiz`
        
        Usage:
          * `novawiz boot` - create an instance
        
          * `novawiz destroy` - destroy an instance
        
          * `novawiz image-build` - build a Glance image
        
        
        Development:
        
          * to install to localhost: `python setup.py install`
        
          * to release a new verison to pypi:
            * bump version in setup.py
            * `python setup.py sdist upload`
        
        
        
Platform: UNKNOWN
