:mod:`wizard.deploy`
====================

.. automodule:: wizard.deploy

Classes
-------
.. autoclass:: Deployment
    :members:
.. autoclass:: ProductionCopy
    :members:
    :show-inheritance:
.. autoclass:: WorkingCopy
    :members:
    :show-inheritance:

Functions
---------
.. autofunction:: get_install_lines
.. autofunction:: parse_install_lines
.. autofunction:: chdir_to_location

Exceptions
----------
.. autoexception:: Error
.. autoexception:: AlreadyVersionedError
    :members:
.. autoexception:: NotMigratedError
    :members:
.. autoexception:: NotConfiguredError
    :members:
.. autoexception:: NotAutoinstallError
    :members:
.. autoexception:: CorruptedAutoinstallError
    :members:
.. autoexception:: NoTagError
    :members:
.. autoexception:: NoLocalTagError
    :members:
.. autoexception:: InconsistentPristineTagError
    :members:
.. autoexception:: InconsistentScriptsTagError
    :members:
.. autoexception:: HeadNotDescendantError
    :members:
.. autoexception:: VersionDetectionError
    :members:
.. autoexception:: VersionMismatchError
    :members:
.. autoexception:: WebVerificationError
    :members:
.. autoexception:: DatabaseVerificationError
    :members:
.. autoexception:: UnknownWebPath
    :members:
