Metadata-Version: 2.4
Name: specmake
Version: 1.1.4
Summary: Provides utilities to build packages.
Keywords: certification,documentation,markdown,qualification,requirements-management,traceability
Author: The specmake Authors
Author-email: The specmake Authors <specthings@embedded-brains.de>
License-Expression: BSD-2-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Text Processing :: Markup
Classifier: Typing :: Typed
Requires-Dist: gcovr>=8.6
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: specitems>=1.1.4
Requires-Dist: specware>=1.1.2
Requires-Dist: sphinx>=8.2.3
Requires-Dist: sphinx-better-subsection>=0.2
Requires-Dist: sphinx-rtd-theme>=3.0.2
Requires-Dist: sphinxcontrib-applehelp>=2.0.0
Requires-Dist: sphinxcontrib-bibtex>=2.6.3
Requires-Dist: sphinxcontrib-devhelp>=2.0.0
Requires-Dist: sphinxcontrib-htmlhelp>=2.1.0
Requires-Dist: sphinxcontrib-jquery>=4.1
Requires-Dist: sphinxcontrib-jsmath>=1.0.1
Requires-Dist: sphinxcontrib-qthelp>=2.0.0
Requires-Dist: sphinxcontrib-serializinghtml>=2.0.0
Requires-Dist: yapf>=0.43.0
Requires-Python: >=3.11
Project-URL: Source Code, https://github.com/specthings/specmake
Project-URL: Bug Tracker, https://github.com/specthings/specmake/issues
Description-Content-Type: text/markdown

<!--
SPDX-License-Identifier: CC-BY-SA-4.0

Copyright (C) 2026 embedded brains GmbH & Co. KG
-->
## Overview

The *specmake* Python package provides utilities to build packages of software
products along with their documentation.  The package uses the specification
item framework provided by
[specitems](https://github.com/specthings/specitems)
for the package build definition.  The software specification framework is
provided by
[specware](https://github.com/specthings/specware).

The package is maintained by the
[specthings](https://github.com/specthings)
project.

## Contributing

Please refer to our
[Contributing Guidelines](https://github.com/specthings/specmake/blob/main/CONTRIBUTING.md).
