Skip to main content

Python 3 bindings for Juju

Project description

# macumba

python3 bindings for juju

# Usage

This example demonstrates how to deploy Openstack Keystone into Juju

```python
#!/usr/bin/env python3
import sys
import macumba

JUJU_URL = 'wss://localhost:17070/'
JUJU_PASS = 'pass'

if __name__ == "__main__":
j = macumba.JujuClient(url=JUJU_URL, password=JUJU_PASS)
j.login()
j.deploy('keystone')
```

## 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')
```

# Authors

2014 Adam Stokes <adam.stokes@ubuntu.com>

# Copyright

2014 Canonical, Ltd.

# License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

macumba-0.4.1.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file macumba-0.4.1.tar.gz.

File metadata

  • Download URL: macumba-0.4.1.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for macumba-0.4.1.tar.gz
Algorithm Hash digest
SHA256 dafcd3c149ca0ef634e56be211d43d118ad272f3ffc242db5dd64b542bb24b07
MD5 4f59739aceb145418d2f3a8d933f092e
BLAKE2b-256 adbe6270f07dcd2f7541bf231d2f4c158b71032b018fd8d42988c77d6b74aafb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page