mud_server ========== .. py:module:: mud_server .. autoapi-nested-parse:: PipeWorks MUD Server — The Undertaking. A procedural, ledger-driven MUD server for interactive fiction where characters are issued (not built), failure is recorded as data, and optimisation is resisted. Version Management ------------------ ``__version__`` is read from the installed package metadata at import time. The single source of truth is the ``version`` field in ``pyproject.toml``, which release-please bumps automatically on each release. No manual edits are needed anywhere else — ``server.py`` and ``health.py`` import ``__version__`` from here. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/mud_server/admin_tui/index /autoapi/mud_server/api/index /autoapi/mud_server/axis/index /autoapi/mud_server/cli/index /autoapi/mud_server/config/index /autoapi/mud_server/core/index /autoapi/mud_server/db/index /autoapi/mud_server/ledger/index /autoapi/mud_server/services/index /autoapi/mud_server/translation/index /autoapi/mud_server/web/index