feat: initial package, with apt and sync modules

This commit is contained in:
Lance Edgar 2024-09-10 09:50:26 -05:00
commit dcfea3acbb
22 changed files with 767 additions and 0 deletions

34
docs/index.rst Normal file
View file

@ -0,0 +1,34 @@
WuttaMess
=========
This package provides various helpers for use with `Fabric
<https://www.fabfile.org>`_ automation.
It can be used to deploy custom apps built with the `Wutta framework
<https://wuttaproject.org>`_, but is not specific to that use case.
It can also be used for general server setup etc.
However it is only intended for use with Linux (and similar) for the
target machine.
Good documentation and 100% `test coverage`_ are priorities for this
project.
.. _test coverage: https://buildbot.rattailproject.org/coverage/wuttamess/
.. toctree::
:maxdepth: 2
:caption: Documentation:
narr/install
narr/usage
.. toctree::
:maxdepth: 1
:caption: Package API:
api/wuttamess
api/wuttamess.apt
api/wuttamess.sync