Metadata-Version: 2.1
Name: sbom2csv
Version: 1.0.2
Summary: Transform SBOM contents into a formatted csv file.
Home-page: https://github.com/yuanzhou3118/sbom2csv
Author: Yuan Zhou
Author-email: zhouyuan3118@gmail.com
License: LICENSE
Description-Content-Type: text/markdown
License-File: LICENSE

# sbom2csv

sbom2csv is a tool for converting Software Bill of Materials (SBOM) from JSON to CSV format.

## Installation

Describe how to install your tool. If it's available via PyPI, you can simply use:

```shell
pip install sbom2csv
```

## Usage

Here's how you can use sbom2csv:

```shell
sbom2csv -i input.json -f csv -o output.csv
```


## Contributing

Contributions are welcome! Please read our contributing guidelines for details.

## License

This project is licensed under the Yuan Zhou - see the LICENSE file for details.
