Releases: dineshr93/easy_fossy
100% api coverage -> v1.3.4
Added class instead of multiple function imports
-
use_fossy_to.get_license_by_short_name(short_name='AGPL-1.0')
-
use_fossy_to.add_new_license(unique_short_name='', new_full_name='', new_license_text='',
new_url='', new_risk=2, isCandidate=True, merge_request=False) -
use_fossy_to.update_license_info_by_short_name(short_name='', new_full_name='', new_license_text='', new_url='', new_risk=2)
-
use_fossy_to.search_files_based_on(self, filename_wildcard: str, searchType: SearchType, uploadId: int, tag: str, filesizemin_bytes: int, filesizemax_bytes: int, license: str, copyright: str) -> List[SearchResults] | Info:
--- give SearchType.Directory and filename_wildcard = 'draw%' (for draPaintIO.zip)
29 use_fossy_to.get_file_by_any_one_of_sha1_or_md5_or_sha256(self, sha1: str = '', md5: str = '', sha256: str = '') -> str | List[File]:
--- give only one hash of any of 3 format sha1 or sha256 or md5
--- returns list if even only data is there else it will return 'not found' string.
First stable release
This release contains 16 capabilities
- create_new_user_group,
- get_user_group,
- get_all_jobs,
- get_all_uploads_based_on,
- get_job_info_by_id,
- get_all_folders,
- get_folder_info_by_id,
- change_folder_name_or_desc,
- create_folder_under_parent_folder_id,
- apply_action_to_folderid,
- trigger_analysis_for_upload_id,
- get_licenses_found_by_agents_for_uploadid, (most useful function)
- get_upload_summary_for_uploadid,
- get_upload_id_by_local_package_upload,
- trigger_analysis_for_upload_package, (most useful function)
- generate_and_get_desired_report_for_uploadid, (most useful function)
- delete_folder_by_id,
- delete_uploads_by_upload_id