https://github.com/uasal/requirements_tools
Submodule repository to be used with requirements repos that contains useful scripts/tools specific to them.
https://github.com/uasal/requirements_tools
requirement-tools script-tools
Last synced: 4 months ago
JSON representation
Submodule repository to be used with requirements repos that contains useful scripts/tools specific to them.
- Host: GitHub
- URL: https://github.com/uasal/requirements_tools
- Owner: uasal
- License: mit
- Created: 2022-12-19T23:51:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T03:21:48.000Z (11 months ago)
- Last Synced: 2025-06-25T04:23:47.377Z (11 months ago)
- Topics: requirement-tools, script-tools
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# requirements_tools
## General Overview
Scripts and tools for primarily the `pearl_requirements` repository both in [GitHub](https://github.com/uasal/pearl_requirements) and in [GitLab](https://gitlab.sc.ascendingnode.tech/pearl-systems/pearl_requirements) to use.
Contains previously used tools for the repository (_in the archive-scripts directory_) that are no longer being used but could be useful still in another repository or a later application.
------------------------
## Tools Overview
### [RunGraphviz.py](RunGraphviz.py)
For generating Requirement Flow and Requirement Connections graphs from requirements that are imported with doorstop.
### [get_gitinfo.sh](get_gitinfo.sh)
For collecting the git information to be used in requirements' documentation.
### [publish.sh](publish.sh)
Runs the commands for starting scripts within the repository. (Currently only running `get_gitinfo.sh` and `RunGraphviz.py`)
### [requirements.txt](requirements.txt)
Update this file for updating any versions of tools that are being utilized for `requirements_tools` repository or within `pearl_requirements`.
### [archive-scripts](archive-scripts/)
Directory of previously used scripts for `requirements_tools` that are now '_archived_' but could be used again in a different application or repository.
###### Contains the following:
- [`BeamerLinkCorrection.py`](archive-scripts/BeamerLinkCorrection.py)
- [`MakeBeamers`](archive-scripts/MakeBeamers)
- [`MakeMarkdown`](archive-scripts/MakeMarkdown)
- [`MakeLinksGitHubFriendly.py`](archive-scripts/MakeLinksGitHubFriendly.py)
- [`MarkdownCombiner.py`](archive-scripts/MarkdownCombiner.py)