Skip to main content

Treat Requirements Like Code

Project description

Treat Requirements Like Code (TRLC)

TRLC is a domain-specific language developed at BMW for writing (and linking) requirements with meta-data.

The repository contains:

The implementation is not very fast, but designed to be pedantically correct in following the language definition. Eventually it will also contain a powerful linter to find issues with types and check rules.

The Python implementation can be used for several purposes:

  • It can be used to validate other TRLC implementations.

  • It can be used to validate a body of requirements (e.g. a CI check that all requirements are well formed)

  • The API can be used to write other tools based on TRLC (for example a tool to render the requirements in HTML, a tool to diff requirements or perform an impact analysis, or a tool to perform software traceability, etc.)

Documentation

Dependencies

Run-time

  • Python3 >= 3.7

Development tools

  • GNU Make
  • PyCodeStyle (from PyPI, for basic checking of source code style)
  • PyLint (from PyPI, for basic bug finding)
  • Coverage (from PyPI, to perform branch coverage when running the test suite)
  • Sphinx (from PyPI, for building the documentation)

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

trlc-1.0.9.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

trlc-1.0.9-py3-none-any.whl (48.8 kB view hashes)

Uploaded Python 3

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