Metadata-Version: 2.1
Name: debiantospdx
Version: 0.1.11
Summary: This tool generate SPDX files from your Debian system / packages
Home-page: https://github.com/tk-tanab/debiantospdx
License: Apache-2.0
Author: tk-tanab
Author-email: tk-tanab@ist.osaka-u.ac.jp
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: scancode-toolkit (==31.2.4)
Project-URL: Repository, https://github.com/tk-tanab/debiantospdx
Description-Content-Type: text/markdown

# debiantospdx

[![Apache2.0 License](https://img.shields.io/badge/License-Apatch2.0-green.svg?style=for-the-badge)](https://choosealicense.com/licenses/apache-2.0/)

システムに存在するすべてのDebianパッケージのSPDXファイルを生成するコマンドラインツール

パッケージ名・バージョン・ソフトウェアライセンス・コピーライト・パッケージ間の依存関係の解析を行う

## Usage/Examples

```bash
teplate 1 3 5 -c 22 --both
```

## Authors

- [@tk-tanab](https://github.com/tk-tanab)


## License

- [Apatch2.0](https://choosealicense.com/licenses/apache-2.0/)


