Metadata-Version: 2.1
Name: oss-notice-tool
Version: 0.0.2
Summary: generate open source software notice based on the SPDX document
Home-page: https://github.com/sktelecom/oss-notice-tool
Author: Haksung Jang
Author-email: hakssung@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# OSS Notice Tool

OSS Notice Tool is a tool that automatically creates open source software notices based on SPDX documents.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install oss-notice-tool
```

or you can install from source code. 

```bash
python setup.py install
```

## Usage

```python
$ oss-notice-tool create sample/SPDXRdfExample-v2.1.xlsx --html_format
```

## Test

```python
$ 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](https://www.apache.org/licenses/LICENSE-2.0)
