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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file nerm-0.1.0.tar.gz.

File metadata

  • Download URL: nerm-0.1.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.8.5 Linux/5.8.0-50-generic

File hashes

Hashes for nerm-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f47529ace5b0a58c7027a8e26f07d12c1e48907ecf1533f3dd42681a76fe3dcb
MD5 a4ab69209881d9526cbeaa41a47b49b1
BLAKE2b-256 720a17dc7ad5a276669a61617bb3eabb0fff5369cb2848e75d768763c5e7e15f

See more details on using hashes here.

File details

Details for the file nerm-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: nerm-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.8.5 Linux/5.8.0-50-generic

File hashes

Hashes for nerm-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab6cf0afdce571d3eaea33d96e31e982863accb6709b0cb04964327fe9a3347b
MD5 74ed8f6fb06b943811132583f12614b3
BLAKE2b-256 64354b222c3898eeb24e0cf9c98b83b4bcb181d36db2c4482132f6bef46a7e1e

See more details on using hashes here.

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