/test-onot

Primary LanguageHTMLApache License 2.0Apache-2.0

onot

onot is a tool that automatically creates open source software notices based on SPDX documents.

Installation

Use the package manager pip to install foobar.

pip install onot

or you can install latest verson from source code.

git clone https://github.com/sktelecom/onot.git ~/onot
cd ~/onot; python setup.py install

Usage

  1. Prepare your input file. The input file is an Excel format SPDX document, and refer to the next page for how to prepare it.

  2. Run onot command with two arguments.

$ onot --input sample/SPDXRdfExample-v2.1.xlsx --output_format html

Test

$ python -m unittest

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache-2.0