Skip to main content

Nerm - No Effort Requirements Management

Project description

Nerm - No Effort Requirements Management

Nerm is a tool that automatically updates Markdown-formatted text files to track project requirements. For each requirement, nerm will list any files and git commits that mention it. User can specify rules for satisfying requirements, such as each requirement must have an implementation and a test, and nerm will check that.

Check out the example requirements document.

Core principles

  1. Requirement management tool should reduce effort, not add it. Nerm does not require boilerplate or complex formatting for the input files.

  2. Information in one place: Instead of separate reports, the cross-references are added directly in the requirements document.

Installation

Easiest way to install nerm is using Python package manager pip:

pip install nerm

If pip on your system is Python 2.x, use pip3 instead.

Once installed, you can test it works by running nerm --help.

Getting started

Create your requirements document as a Markdown formatted file. For each requirement, add a heading that starts with a requirement tag in format [TAG]:

[ExampleReq] Example requirement
--------------------------------
This is my example requirement.

When you add code or other files related to the requirement, use the tag in e.g. comments:

myfunction() {
    // This function implements [ExampleReq]
}

Now when you run nerm -u, the requirement document will get updated with a list of cross-references for each discovered tag.

To customize the functionality, you can create a Nermfile.toml. See full documentation for the available options.

Also check out the requirements document and Nermfile of this project itself.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nerm-0.1.0.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

nerm-0.1.0-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page