Squashed 'modules/libjuju/' content from commit c50c361 13/5613/1
authorAdam Israel <adam@adamisrael.com>
Tue, 15 Aug 2017 19:26:43 +0000 (15:26 -0400)
committerAdam Israel <adam@adamisrael.com>
Tue, 15 Aug 2017 19:26:43 +0000 (15:26 -0400)
commit19031b24b523c872c1ac367821dc60c950a09755
treeb9682d216c9aafbe4b3c09f08bd43313a59b49a0
Squashed 'modules/libjuju/' content from commit c50c361

git-subtree-dir: modules/libjuju
git-subtree-split: c50c361a8b9a3bbf1a33f5659e492b481f065cd2
130 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CONTRIBUTORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.rst [new symlink]
TODO [new file with mode: 0644]
VERSION [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/_extensions/automembersummary.py [new file with mode: 0644]
docs/_static/custom.css [new file with mode: 0644]
docs/api/juju.action.rst [new file with mode: 0644]
docs/api/juju.annotation.rst [new file with mode: 0644]
docs/api/juju.application.rst [new file with mode: 0644]
docs/api/juju.client.rst [new file with mode: 0644]
docs/api/juju.cloud.rst [new file with mode: 0644]
docs/api/juju.constraints.rst [new file with mode: 0644]
docs/api/juju.controller.rst [new file with mode: 0644]
docs/api/juju.delta.rst [new file with mode: 0644]
docs/api/juju.errors.rst [new file with mode: 0644]
docs/api/juju.exceptions.rst [new file with mode: 0644]
docs/api/juju.juju.rst [new file with mode: 0644]
docs/api/juju.loop.rst [new file with mode: 0644]
docs/api/juju.machine.rst [new file with mode: 0644]
docs/api/juju.model.rst [new file with mode: 0644]
docs/api/juju.placement.rst [new file with mode: 0644]
docs/api/juju.relation.rst [new file with mode: 0644]
docs/api/juju.tag.rst [new file with mode: 0644]
docs/api/juju.unit.rst [new file with mode: 0644]
docs/api/juju.utils.rst [new file with mode: 0644]
docs/api/modules.rst [new file with mode: 0644]
docs/changelog.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/narrative/application.rst [new file with mode: 0644]
docs/narrative/controller.rst [new file with mode: 0644]
docs/narrative/index.rst [new file with mode: 0644]
docs/narrative/model.rst [new file with mode: 0644]
docs/narrative/unit.rst [new file with mode: 0644]
docs/readme.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
docs/upstream-updates/index.rst [new file with mode: 0644]
examples/action.py [new file with mode: 0644]
examples/add_machine.py [new file with mode: 0755]
examples/add_model.py [new file with mode: 0644]
examples/allwatcher.py [new file with mode: 0644]
examples/config.py [new file with mode: 0644]
examples/controller.py [new file with mode: 0644]
examples/deploy.py [new file with mode: 0644]
examples/fullstatus.py [new file with mode: 0644]
examples/future.py [new file with mode: 0644]
examples/leadership.py [new file with mode: 0644]
examples/livemodel.py [new file with mode: 0644]
examples/localcharm.py [new file with mode: 0644]
examples/relate.py [new file with mode: 0644]
examples/unitrun.py [new file with mode: 0644]
juju/__init__.py [new file with mode: 0644]
juju/action.py [new file with mode: 0644]
juju/annotation.py [new file with mode: 0644]
juju/application.py [new file with mode: 0644]
juju/client/__init__.py [new file with mode: 0644]
juju/client/_client.py [new file with mode: 0644]
juju/client/_client1.py [new file with mode: 0644]
juju/client/_client2.py [new file with mode: 0644]
juju/client/_client3.py [new file with mode: 0644]
juju/client/_client4.py [new file with mode: 0644]
juju/client/_client5.py [new file with mode: 0644]
juju/client/_definitions.py [new file with mode: 0644]
juju/client/client.py [new file with mode: 0644]
juju/client/codegen.py [new file with mode: 0644]
juju/client/connection.py [new file with mode: 0644]
juju/client/facade.py [new file with mode: 0644]
juju/client/overrides.py [new file with mode: 0644]
juju/client/runner.py [new file with mode: 0644]
juju/client/schemas-juju-2.0.0.json [new file with mode: 0644]
juju/client/schemas-juju-2.0.1.json [new file with mode: 0644]
juju/client/schemas-juju-2.0.2.json [new file with mode: 0644]
juju/client/schemas-juju-2.0.3.json [new file with mode: 0644]
juju/client/schemas-juju-2.1.0.json [new file with mode: 0644]
juju/client/schemas-juju-2.1.1.json [new file with mode: 0644]
juju/client/schemas-juju-2.1.2.json [new file with mode: 0644]
juju/client/schemas-juju-2.2-alpha1.json [new file with mode: 0644]
juju/client/schemas-juju-2.2-beta1.json [new file with mode: 0644]
juju/client/schemas-juju-2.2-beta2.json [new file with mode: 0644]
juju/client/schemas-juju-2.2-rc1.json [new file with mode: 0644]
juju/client/schemas-juju-2.3-alpha1.json [new file with mode: 0644]
juju/client/schemas-juju-latest.json [new symlink]
juju/cloud.py [new file with mode: 0644]
juju/constraints.py [new file with mode: 0644]
juju/controller.py [new file with mode: 0644]
juju/credential.py [new file with mode: 0644]
juju/delta.py [new file with mode: 0644]
juju/errors.py [new file with mode: 0644]
juju/exceptions.py [new file with mode: 0644]
juju/juju.py [new file with mode: 0644]
juju/loop.py [new file with mode: 0644]
juju/machine.py [new file with mode: 0644]
juju/model.py [new file with mode: 0644]
juju/placement.py [new file with mode: 0644]
juju/relation.py [new file with mode: 0644]
juju/tag.py [new file with mode: 0644]
juju/unit.py [new file with mode: 0644]
juju/utils.py [new file with mode: 0644]
scripts/gendoc [new file with mode: 0755]
setup.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/base.py [new file with mode: 0644]
tests/bundle/bundle.yaml [new file with mode: 0644]
tests/charm/metadata.yaml [new file with mode: 0644]
tests/integration/__init__.py [new file with mode: 0644]
tests/integration/bundle/bundle.yaml [new file with mode: 0644]
tests/integration/charm/metadata.yaml [new file with mode: 0644]
tests/integration/test_application.py [new file with mode: 0644]
tests/integration/test_client.py [new file with mode: 0644]
tests/integration/test_connection.py [new file with mode: 0644]
tests/integration/test_controller.py [new file with mode: 0644]
tests/integration/test_errors.py [new file with mode: 0644]
tests/integration/test_machine.py [new file with mode: 0644]
tests/integration/test_model.py [new file with mode: 0644]
tests/integration/test_unit.py [new file with mode: 0644]
tests/unit/__init__.py [new file with mode: 0644]
tests/unit/test_client.py [new file with mode: 0644]
tests/unit/test_connection.py [new file with mode: 0644]
tests/unit/test_constraints.py [new file with mode: 0644]
tests/unit/test_loop.py [new file with mode: 0644]
tests/unit/test_model.py [new file with mode: 0644]
tests/unit/test_overrides.py [new file with mode: 0644]
tests/unit/test_placement.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]