Metadata-Version: 2.1
Name: getfr
Version: 0.1.0
Summary: get fossology report for a given folder id
License: MIT
Author: dineshr93gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: easy-fossy (>=2.0.11,<3.0.0)
Description-Content-Type: text/markdown

# readmeProcess

Fossology report generater

## Description

This is intended for generating the  using fossology.

## Getting Started

### Dependencies

- easy_fossy

### Installing

- pip install dist/getfr-0.1.0.tar.gz

### Executing program

- How to run the program

```
pip install getfr

COMMAND FORMAT:
getfr [-h] folder_id clearing_status userid since_yyyy_mm_dd report_format

example command:
getfr [-h] 107 closed all 2024-02-01 readmeoss


```

## Help

Any advise for common problems or issues.

```
>getfr -h
usage: getfr [-h] folder_id clearing_status userid since_yyyy_mm_dd report_format

positional arguments:
  folder_id         get the folder id from the fossology. organize > folders > Edit properties > select the folder to edit >check the folder    
                    id form url
  clearing_status   closed , open, inprogress, rejected
  userid            all, or give single specific user id
  since_yyyy_mm_dd  files uploaded date from 2024-02-01s
  report_format     readmeoss,spdx2,spdx2tv,dep5,unifiedreport

options:
  -h, --help        show this help message and exit

```

## Authors

Dinesh Ravi

## Version History

- 0.1.0
  - Initial Release

## License

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

## Acknowledgments

- [easy_fossy](https://pypi.org/project/easy-fossy)

