Skip to main content

Requirements management using version control.

Project description

Unix Build Status Windows Build Status
Coverage Status Scrutinizer Code Quality PyPI Version
Gitter Google Best Practices

Overview

Doorstop is a requirements management tool that facilitates the storage of textual requirements alongside source code in version control.

When a project leverages this tool, each linkable item (requirement, test case, etc.) is stored as a YAML file in a designated directory. The items in each directory form a document. The relationship between documents forms a tree hierarchy. Doorstop provides mechanisms for modifying this tree, validating item traceability, and publishing documents in several formats.

Doorstop is under active development and we welcome contributions. The project is licensed as LGPLv3. To report a problem or a security vulnerability please raise an issue. Additional references:

Setup

Requirements

  • Python 3.5+
  • A version control system for requirements storage

Installation

Install Doorstop with pip:

$ pip install doorstop

or add it to your Poetry project:

$ poetry add doorstop

After installation, Doorstop is available on the command-line:

$ doorstop --help

And the package is available under the name 'doorstop':

$ python
>>> import doorstop
>>> doorstop.__version__

Usage

Switch to an existing version control working directory, or create one:

$ git init .

Create documents

Create a new parent requirements document:

$ doorstop create SRD ./reqs/srd

Add a few items to that document:

$ doorstop add SRD
$ doorstop add SRD
$ doorstop add SRD

Link items

Create a child document to link to the parent:

$ doorstop create HLTC ./tests/hl --parent SRD
$ doorstop add HLTC

Link items between documents:

$ doorstop link HLTC001 SRD002

Publish reports

Run integrity checks on the document tree:

$ doorstop

Publish the documents as HTML:

$ doorstop publish all ./public

Project details


Release history Release notifications | RSS feed

This version

2.1.2

Download files

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

Source Distribution

doorstop-2.1.2.tar.gz (243.5 kB view details)

Uploaded Source

Built Distribution

doorstop-2.1.2-py3-none-any.whl (290.0 kB view details)

Uploaded Python 3

File details

Details for the file doorstop-2.1.2.tar.gz.

File metadata

  • Download URL: doorstop-2.1.2.tar.gz
  • Upload date:
  • Size: 243.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.8.1 Darwin/19.5.0

File hashes

Hashes for doorstop-2.1.2.tar.gz
Algorithm Hash digest
SHA256 a5936c9859db7566a1e4c5f6c5f4d74220367b1bb6622932329dc97b5a99b9bc
MD5 3aaf9d42ec23002adac6c7766c86371d
BLAKE2b-256 2a7d2313d263fde5ac512b6e433240f4f830645026b7946865bf8d9f06165f73

See more details on using hashes here.

File details

Details for the file doorstop-2.1.2-py3-none-any.whl.

File metadata

  • Download URL: doorstop-2.1.2-py3-none-any.whl
  • Upload date:
  • Size: 290.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.5 CPython/3.8.1 Darwin/19.5.0

File hashes

Hashes for doorstop-2.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 999a275ac9f66d6a645708122d16f66a6671776cfb3a5589bdb296eda3348f5d
MD5 17bf33fe3503f7bc9a6569afb3c5eb27
BLAKE2b-256 29f43d4623f22a5c7475c02d8bedcd7fa8387be5bd78c8f156b5dee9486c52df

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