Ecosystem for clear-text requirements management https://www.finalnothing.net/projects/reqmgr
Find a file
2025-12-20 13:38:49 +01:00
config/i18n Register and translate parser error messages 2024-11-10 20:45:33 +01:00
src make application ROOT_PATH configurable 2025-12-20 13:30:06 +01:00
web Fix app title 2024-11-10 20:45:34 +01:00
.editorconfig Add a basic editorconfig 2024-10-18 14:15:07 +02:00
.gitignore chore: ignore Zed config files and only /static 2025-12-20 13:28:31 +01:00
Dockerfile make application ROOT_PATH configurable 2025-12-20 13:30:06 +01:00
justfile Start server through explicit server.py file 2024-11-10 15:56:30 +01:00
pyproject.toml migrate from requirements.txt to uv 2025-12-20 13:25:48 +01:00
README.md update the README with new config and license year 2025-12-20 13:38:49 +01:00
uv.lock migrate from requirements.txt to uv 2025-12-20 13:25:48 +01:00

reqmgr

Ecosystem for clear-text requirements management.

This project defines a data model and semantic extensions for markup languages to enable requirements management using clear-text files. It also provides tooling that supports requirements engineers in working with these formats.

Server Application

The server can be started directly or in a OCI container. The container image can be built from the included Dockerfile or pulled from the project's packages section in our code forge.

Configuration

The server can be configured through environment variables:

  • ROOT_PATH (str, default: "")
    sets a prefix to add to paths, when running behind a reverse proxy

License

Copyright (C) 2024-2025 Adrian Käding