Metadata-Version: 2.1
Name: bdbomdiff
Version: 0.3.3
Summary: Blackduck BOM Diff to excel for AOSD import
License: MIT
Author: dineshr93gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: blackduck (>=1.0.7,<2.0.0)
Requires-Dist: importlib-resources (>=5.9.0,<6.0.0)
Description-Content-Type: text/markdown

# BDBOMDIFF

Blackduck BOM Diff to excel for AOSD import

## Description

This is intended for finding new OSS component to be imported into AOSD

## Getting Started

### Dependencies

- Blackduck
- importlib-resources

### Installing

- pip install bdbomdiff

### Executing program

- How to run the program

```
<!-- on the folder it is running place this blackduck config file for blackduck library-->
.restconfig.json
{
    <!-- make sure Blackduck_url should not end with slash -->
  "baseurl": "Blackduck_url",
  "api_token": "API_KEY",
  "insecure": true,
  "debug": false
}

bdbomdiff PROJECT_NAME NEW_VERSION OLD_VERSION -o OUTPUT_DIR

```

## Help

Any advise for common problems or issues.

```
>bdbomdiff -h
usage: Retreive BOM component info for the given project and version [-h] -o O [-l LIMIT | -u | -r] [-v] [-c] project_name version oldversion

positional arguments:
  project_name
  version
  oldversion

options:
  -h, --help            show this help message and exit
  -o O                  Output directory
  -l LIMIT, --limit LIMIT
                        Set limit on number of components to retrieve
  -u, --unreviewed
  -r, --reviewed
  -v, --vulnerabilities
                        Get the vulnerability info for each of the components
  -c, --custom_fields   Get the custom field info for each of the components
```

## Authors

Dinesh Ravi

## Version History

- 0.3.0
  - get license, homepage url, description, copyright and files info,
- 0.2.0
  - Documentation update
- 0.1.0
  - Initial Release

## License

This project is licensed under the MIT License - see the [MIT](LICENSE) file for details

## Acknowledgments

- [Blackduck](https://pypi.org/project/blackduck/)
- [importlib-resources](https://pypi.org/project/importlib-resources/)

