Square one.
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Wed, 18 May 2016 00:05:32 +0000 (20:05 -0400)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Wed, 18 May 2016 00:05:32 +0000 (20:05 -0400)
commit3817609d3a0889b444f3cd4ffd3a72bbb21d0c9d
tree51d62e8eb93a9ee2f2310514f3e7658ae2f215d2
Square one.

A simple usage example in the readme, more needed.

The beginnings of the OO interface are here, though it isn't complete.
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
juju/__init__.py [new file with mode: 0644]
juju/cloud.py [new file with mode: 0644]
juju/controller.py [new file with mode: 0644]
juju/juju.py [new file with mode: 0644]
juju/machine.py [new file with mode: 0644]
juju/model.py [new file with mode: 0644]
juju/service.py [new file with mode: 0644]
juju/unit.py [new file with mode: 0644]