deployer¶
Deployer versioning information.
-
deployer.loader.ordered_load(stream, loader=<class 'yaml.loader.SafeLoader'>, object_pairs_hook=<class 'collections.OrderedDict'>)[source]¶ Load YAML, preserving the ordering of all data.
-
class
deployer.registry.Registry[source]¶ A central data repository. Responsible for alleviating global variable usage.
The public plug-in API of the PyDeployer project.
| copyright: |
|
|---|---|
| license: | Apache License 2.0, see LICENSE.txt for full details. |
-
deployer.plugins.api.hookimpl= <pluggy.hooks.HookimplMarker object>¶ All
PyDeployerplug-ins MUST decorate their hooks with hookimpl. This decorator is used bypluggyto automatically find all functions which implement a hook, per the available hooks specified inside ofdeployer.plugins.hookspec.
-
deployer.plugins.hookspec= <module 'deployer.plugins.hookspec' from '/home/docs/checkouts/readthedocs.org/user_builds/py-deployer/checkouts/latest/src/deployer/plugins/hookspec.pyc'>¶ Hook specifications for
PyDeployer`.Copyright: - Copyright 2018 by Joseph Benden.
License: Apache License 2.0, see LICENSE for full details.
Hook specifications for PyDeployer`.
| copyright: |
|
|---|---|
| license: | Apache License 2.0, see LICENSE for full details. |