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


Download files

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

Source Distribution

doorstoph-2.3.tar.gz (244.0 kB view details)

Uploaded Source

Built Distribution

doorstoph-2.3-py3-none-any.whl (292.8 kB view details)

Uploaded Python 3

File details

Details for the file doorstoph-2.3.tar.gz.

File metadata

  • Download URL: doorstoph-2.3.tar.gz
  • Upload date:
  • Size: 244.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.10

File hashes

Hashes for doorstoph-2.3.tar.gz
Algorithm Hash digest
SHA256 6a6e9c5b62a201dcd13e8c5c93ef66573dd6a298158c07d41dc0e9c25bad67de
MD5 c194fe12638b046740ac4984429eabbf
BLAKE2b-256 1e980375fff4abaf0e5658328fd154a9662f8936368f926a300552c7d8fa9563

See more details on using hashes here.

File details

Details for the file doorstoph-2.3-py3-none-any.whl.

File metadata

  • Download URL: doorstoph-2.3-py3-none-any.whl
  • Upload date:
  • Size: 292.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.10

File hashes

Hashes for doorstoph-2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d834f0913fcb9c85e36b6c4eb6049cc6c8fe3ba9ecef2a4f415b0794e170417d
MD5 893241978550cf58ef82f4687123fab3
BLAKE2b-256 a7e6452aaa879039de1004fef6b1153b7380254728fcef50a6bbe1aaec73f075

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