Metadata-Version: 1.0
Name: macumba
Version: 0.9.2
Summary: Python 3 bindings for Juju
Home-page: https://github.com/Ubuntu-Solutions-Engineering/macumba
Author: Canonical Solutions Engineering
Author-email: ubuntu-dev@lists.ubuntu.com
License: LGPL-3
Description: # macumba
        
        Python bindings for Juju 1.x and 2.x
        
        # Usage
        
        ## macumba-shell
        
        Running `macumba-shell` will allow you to work with the api directly.
        
        To get help with the library run
        
        ```
        >>> help(j)
        ```
        
        To deploy a charm
        
        ```
        >>> j.deploy('mysql', 'mysql')
        ```
        
        # Copyright
        
        * 2014-2016 Canonical, Ltd.
        * 2014-2016 Adam Stokes <adam.stokes@ubuntu.com>
        
        
        # License
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Lesser General Public License as
        published by the Free Software Foundation, either version 3 of the
        License, or (at your option) any later version.
        
Platform: UNKNOWN
