Metadata-Version: 2.4
Name: bmw-lobster
Version: 1.0.3
Summary: Metapackage to install all LOBSTER Tools
Home-page: https://github.com/bmw-software-engineering/lobster
Author: Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
Author-email: philipp.wullstein-kammler@bmw.de
License: GNU Affero General Public License v3
Project-URL: Bug Tracker, https://github.com/bmw-software-engineering/lobster/issues
Project-URL: Documentation, https://github.com/pages/bmw-software-engineering/lobster/
Project-URL: Source Code, https://github.com/bmw-software-engineering/lobster
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: miss-hit>=0.9.42
Requires-Dist: bmw-lobster-core>=1.0.3
Requires-Dist: bmw-lobster-tool-codebeamer>=1.0.3
Requires-Dist: bmw-lobster-tool-cpptest>=1.0.3
Requires-Dist: bmw-lobster-tool-trlc>=1.0.3
Requires-Dist: bmw-lobster-tool-cpp>=1.0.3
Requires-Dist: bmw-lobster-tool-python>=1.0.3
Requires-Dist: bmw-lobster-tool-gtest>=1.0.3
Requires-Dist: bmw-lobster-tool-json>=1.0.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LOBSTER

The **L**ightweight **O**pen **B**MW **S**oftware **T**raceability
**E**vidence **R**eport allows you to demonstrate software traceability
and requirements coverage, which is essential for meeting standards
such as ISO 26262.

This package `bmw-lobster` is a metapackage that installs all other
LOBSTER packages as a convenience:

* [bmw-lobster-core](https://pypi.org/project/bmw-lobster-core)
* [bmw-lobster-tool-codebeamer](https://pypi.org/project/bmw-lobster-tool-codebeamer)
* [bmw-lobster-tool-cpp](https://pypi.org/project/bmw-lobster-tool-cpp)
* [bmw-lobster-tool-cpptest](https://pypi.org/project/bmw-lobster-tool-cpptest)
* [bmw-lobster-tool-gtest](https://pypi.org/project/bmw-lobster-tool-gtest)
* [bmw-lobster-tool-json](https://pypi.org/project/bmw-lobster-tool-json)
* [bmw-lobster-tool-python](https://pypi.org/project/bmw-lobster-tool-python)
* [bmw-lobster-tool-trlc](https://pypi.org/project/bmw-lobster-tool-trlc)
* [miss_hit](https://pypi.org/project/miss_hit)

Note there is also a monolithic wheel
[bmw-lobster-monolithic](https://pypi.org/project/bmw-lobster-monolithic),
which may be interesting for people who wish to integrate into bazel,
as `py_wheel` cannot deal with overlapping installs.

## Copyright & License information

The copyright holder of LOBSTER is the Bayerische Motoren Werke
Aktiengesellschaft (BMW AG), and LOBSTER is published under the [GNU
Affero General Public License, Version
3](https://github.com/bmw-software-engineering/lobster/blob/main/LICENSE.md).
