Skip to main content

Text-based requirements management using version control.

Project description

Introduction

Doorstop is a tool to manage the storage of textual requirements alongside source code in version control.

Each requirement item is stored as a YAML file in a designated directory. The items in each designated directory form a document. Document items can be linked to one another to form a document hierarchy. Doorstop provides mechanisms for modifying this hierarchy, checking the tree for consistency, and publishing documents in several formats.

Getting Started

Requirements

  • Python 3.3

  • Git or Veracity (for requirements storage)

Installation

Doorstop can be installed with pip:

$ pip install 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__

Document Creation

Parent Document

After configuring version control, a new parent document can be created:

$ doorstop new REQ ./reqs
created document: REQ (@/reqs)

Items can be added to the document and edited:

$ doorstop add REQ
added item: REQ001 (@/reqs/REQ001.yml)

$ doorstop edit REQ1
opened item: REQ001 (@/reqs/REQ001.yml)

Child Documents

Additional documents can be created that link to other documents:

$ doorstop new TST ./reqs/tests --parent REQ
created document: TST (@/reqs/tests)

Items can be added and linked to parent items:

$ doorstop add TST
added item: TST001 (@/reqs/tests/TST001.yml)

$ doorstop link TST1 REQ1
linked item: TST001 (@/reqs/tests/TST001.yml) -> REQ001 (@/reqs/REQ001.yml)

Document Validation

To check a document hierarchy for consistency, run the main command:

$ doorstop
valid tree: REQ <- [ TST ]

Document Publishing

A text report of a document can be displayed:

$ doorstop publish TST
1       TST001

        Verify the foobar will foo and bar.

        Links: REQ001

Other formats are also supported:

$ doorstop publish TST --html
<!DOCTYPE html>
...
<body>
<h1>1 (TST001)</h1>
<p>Verify the foobar will foo and bar.</p>
<p><em>Links: REQ001</em></p>
</body>
</html>

Or a file can be created using one of the supported extensions:

$ doorstop publish TST path/to/tst.md
publishing TST to path/to/tst.md...

Supported formats:

  • Text: .txt

  • Markdown: .md

  • HTML: .html

Changelog

0.0.14 (2014/01/27)

  • Added Tree/Document/Item.iter_issues() method to yield all issues

  • Tree/Document/Item.check() now logs all issues rather than failing fast

  • Renamed Tree/Document/Item.check() to valid()

0.0.13 (2014/01/25)

  • Added Document.sep to separate prefix and item numbers.

0.0.12 (2014/01/24)

  • Fixed missing package data.

0.0.11 (2014/01/23)

  • Added Item.active property to disable certain items.

  • Added Item.dervied property to disable link checking on certain items.

0.0.10 (2014/01/22)

  • Switched to embedded CSS in generated HTML.

  • Shorted default Item and Document string formatting.

0.0.9 (2014/01/21)

  • Added top-down link checking.

  • Non-normative items with a zero-ended level are now headings.

  • Added a CSS for generated HTML.

  • The ‘publish’ command now accepts an output file path.

0.0.8 (2014/01/16)

  • Searching for ‘ref’ will now also find filenames.

  • Item files can now contain arbitrary fields.

  • Document prefixes can now contain numbers, dashes, and periods.

  • Added a ‘normative’ attribute to the Item class.

0.0.7 (2013/12/09)

  • Always showing ‘ref’ in items.

  • Reloading item attributes after a save.

  • Inserting lines breaks after sentences in item ‘text’.

0.0.6 (2013/12/04)

  • Added basic report creation via ‘doorstop publish’.

0.0.5 (2013/11/20)

  • Added item link and reference validation.

  • Added cached of loaded items.

  • Added preliminary VCS support for Git and Veracity.

0.0.4 (2013/11/04)

  • Implemented ‘add’, ‘remove’, ‘link’, and ‘unlink’ commands.

  • Added basic tree validation.

0.0.3 (2013/10/17)

  • Added the initial Document class.

  • Items can now be ordered by ‘level’ in a Document.

  • Initial tutorial created.

0.0.2 (2013/09/25)

  • Changed ‘doorstop init’ to ‘doorstop new’.

  • Added the initial Item class.

  • Added stubs for the Document class.

0.0.1 (2013/09/11)

  • Initial release of Doorstop.

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-0.0.14.tar.gz (39.9 kB view details)

Uploaded Source

Built Distribution

Doorstop-0.0.14-py33-none-any.whl (52.5 kB view details)

Uploaded Python 3.3

File details

Details for the file Doorstop-0.0.14.tar.gz.

File metadata

  • Download URL: Doorstop-0.0.14.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Doorstop-0.0.14.tar.gz
Algorithm Hash digest
SHA256 596398bcac7d54366bf1ba6997f81b881f16848daca7cd8d59f11a7a07be878c
MD5 9a2d3a7216d59612c19b8a431ebd2e8f
BLAKE2b-256 dcf9e7687aa5d3b298ac9217816622d7ef3ef9e0209241e7423c9377c0a3f422

See more details on using hashes here.

File details

Details for the file Doorstop-0.0.14-py33-none-any.whl.

File metadata

File hashes

Hashes for Doorstop-0.0.14-py33-none-any.whl
Algorithm Hash digest
SHA256 c3d5cef8ee787806940fc35fdfd29f9399ed2ffa4c338e1a5734a4ed6a4e3f9a
MD5 67d20c2fa960458291b24f64d979847b
BLAKE2b-256 00ccc5b8a657beeddfe5b81ec223d87f091cd5e5ed4a7899eab3cf93c28ecdf9

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