Skip to main content

Requirements management using version control.

Project description

Linux Test Mac OS X Test Windows Test
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.7+
  • 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

Download files

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

Source Distribution

doorstop-3.0b8.tar.gz (177.2 kB view details)

Uploaded Source

Built Distribution

doorstop-3.0b8-py3-none-any.whl (192.3 kB view details)

Uploaded Python 3

File details

Details for the file doorstop-3.0b8.tar.gz.

File metadata

  • Download URL: doorstop-3.0b8.tar.gz
  • Upload date:
  • Size: 177.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.15 CPython/3.11.0 Darwin/20.6.0

File hashes

Hashes for doorstop-3.0b8.tar.gz
Algorithm Hash digest
SHA256 1159d5061ced5b88435aab5f4dac845b9bc38318f5321a4cc4da5f45b5ba8c06
MD5 78744d83ebe96af3039b608547212058
BLAKE2b-256 248c55c1d117fc5c2deea5cc1a66c63d6d18bf11a71fb2fadd30812a70876740

See more details on using hashes here.

File details

Details for the file doorstop-3.0b8-py3-none-any.whl.

File metadata

  • Download URL: doorstop-3.0b8-py3-none-any.whl
  • Upload date:
  • Size: 192.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.15 CPython/3.11.0 Darwin/20.6.0

File hashes

Hashes for doorstop-3.0b8-py3-none-any.whl
Algorithm Hash digest
SHA256 a4d5980064de5de68ab11a1752b2d1c88f98c332ffaaacf8dbce499c82afe341
MD5 83cbde5fd8a45158e7eda416e289dc4c
BLAKE2b-256 ef461e8e399ae6b44583b56c4b04bc6a22a05d1a643e04f3791be9c3979f0e9b

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