pipeworks-namegen-api is the canonical production runtime for Pipeworks name generation.
It owns the /api/generate service contract used by downstream consumers, including
pipeworks_mud_server.
This repository is the only source of truth for:
- Production HTTP runtime behavior (
/api/generateand related API endpoints). - Service deployment guidance (systemd, nginx, runtime config paths).
- Production operational templates under
deploy/.
Out of scope:
- Lexicon/corpus pipeline tooling (
pipeworks-namegen-lexicon). - Deterministic generation primitives library ownership (
pipeworks-namegen-core).
PYENV_VERSION=png pip install -e ".[dev]"
PYENV_VERSION=png python -m pipeworks_namegen_api.webapp.server --config server.iniAPI-only mode:
PYENV_VERSION=png python -m pipeworks_namegen_api.webapp.api --config server.iniProduction deployment guidance and templates live in: