Metadata-Version: 2.4
Name: specware
Version: 1.1.4
Summary: Provides utilities to specify software.
Keywords: certification,documentation,markdown,qualification,requirements-management,traceability
Author: The specware Authors
Author-email: The specware 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 :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: Topic :: Text Processing :: Markup
Classifier: Typing :: Typed
Requires-Dist: specitems>=1.1.11
Requires-Python: >=3.11
Project-URL: Source Code, https://github.com/specthings/specware
Project-URL: Bug Tracker, https://github.com/specthings/specware/issues
Description-Content-Type: text/markdown

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

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

The *specware* Python package provides utilities to specify software and
generate source code for interfaces and validation tests from the
specification.  The package uses the specification item framework provided by
[specitems](https://github.com/specthings/specitems).

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

## Contributing

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