Metadata-Version: 2.1
Name: cyclonedx-editor-validator
Version: 0.8.0
Summary: Tool for creating, modifying and validating CycloneDX SBOMs.
License: GPL-3.0-only
Author: Aleg Vilinski
Author-email: aleg.vilinski@festo.com
Requires-Python: >=3.9.0,<4.0.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jsonschema[format] (==4.17.3)
Requires-Dist: python-dateutil (==2.8.2)
Project-URL: Changelog, https://github.com/Festo-se/cyclonedx-editor-validator/releases
Project-URL: Documentation, https://festo-se.github.io/cyclonedx-editor-validator/
Project-URL: Issues, https://github.com/Festo-se/cyclonedx-editor-validator/issues
Project-URL: Repository, https://github.com/Festo-se/cyclonedx-editor-validator/
Description-Content-Type: text/markdown


[![build and test](https://github.com/Festo-se/cyclonedx-editor-validator/actions/workflows/main.yml/badge.svg)](https://github.com/Festo-se/cyclonedx-editor-validator/actions/workflows/main.yml)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

# CycloneDX Editor/Validator

This command-line tool performs various actions on [CycloneDX](https://cyclonedx.org/) SBOMs. It allows you to modify and validate your SBOMs.

## Documentation

* [Official documentation](https://festo-se.github.io/cyclonedx-editor-validator).
* [Available commands](https://github.com/Festo-se/cyclonedx-editor-validator/blob/main/docs/available_commands.md).
* [Known Limitations](https://github.com/Festo-se/cyclonedx-editor-validator/blob/main/docs/known_limitations.md).

## Contributing

See our [Contributing guidelines](https://github.com/Festo-se/cyclonedx-editor-validator/blob/main/docs/CONTRIBUTING.md).

