Skip to content

kown7/rmtoo

 
 

Repository files navigation

rmToo

Open Source Requirements Management Tool

image Build Status image Coverage PyPI version Quality Gate Status

What is rmToo?

rmToo is a free and open-source requirements management tool written in Python. It processes requirements and topics from text files and generates various artifacts like HTML documentation, LaTeX/PDF documents, dependency graphs, and statistical reports.

Quick Start

# Install rmToo
pip install rmtoo

# Create your first project
cp -r "$(rmtoo-contrib-dir)/template_project" MyProject
cd MyProject
source ./setenv.sh VENV
make

# View generated artifacts
ls artifacts/

📚 Documentation

Complete documentation is available in the docs/ directory:

Quick Links

Platform Support

  • Linux: Full support
  • macOS: Community supported
  • Windows: Community supported (via Cygwin or WSL)

Key Features

  • Text-based requirements: Use your favorite editor
  • Multiple output formats: HTML, PDF, graphs, statistics
  • Git integration: Full version control support
  • Quality analytics: Automated requirement quality checks
  • Dependency management: Automatic dependency tracking
  • Template projects: Ready-to-use project templates

Getting Help

License

Copyright (c) 2010-2012,2017,2020,2022,2025 by flonatel GmbH & Co. KG

rmToo is free software licensed under the GNU General Public License v3.0 or later. See COPYING for details.

Building

It supports uv (and possibly poetry too) with, e.g., the following commands.

uv run --extra test tox
cd rmtoo && uv run --extra test pytest
uv run build  # outputs in the dist/ folder

Run it in a virtual environment and editable:

uv venv
. .venv/bin/activate
uv pip install --editable  .

About

Fork of rmtoo with Traceability and Excel Import/Export

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.5%
  • HTML 17.1%
  • Roff 14.3%
  • TeX 8.6%
  • Shell 0.7%
  • Makefile 0.5%
  • Other 0.3%