Metadata-Version: 2.1
Name: debiantospdx
Version: 0.1.10
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

# Debian-to-SPDX

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

vscode, Github, poetryを使ったpythonの環境設定とパッケージ作成のテンプレート

書き方の参考にするために適当な関数を残してあるが設定ファイルをクリーンにしているため、そのままでは動かない。
動かすにはjoblibを入れる必要がある。

また、python-templateやtemplateは作成するリポジトリやパッケージの名前に合わせて変更すること

## Usage/Examples

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


## Running Tests

To run tests, run the following command

```bash
pytest -q tests
```


## Authors

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


## License

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


