]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.deploy.rst
Generalize some util functions.
[wizard.git] / doc / module / wizard.deploy.rst
1 :mod:`wizard.deploy`
2 ====================
3
4 .. automodule:: wizard.deploy
5
6 Classes
7 -------
8 .. autoclass:: Deployment
9     :members:
10 .. autoclass:: Application
11     :members:
12 .. autoclass:: ApplicationVersion
13     :members:
14
15 Functions
16 ---------
17 .. autofunction:: get_install_lines
18 .. autofunction:: parse_install_lines
19 .. autofunction:: applications
20
21 Exceptions
22 ----------
23 .. autoexception:: Error
24 .. autoexception:: NoSuchApplication
25     :members:
26 .. autoexception:: DeploymentParseError
27     :members:
28 .. autoexception:: NoRepositoryError
29     :members:
30