Skip to content

Releases: dineshr93/easy_fossy

100% api coverage -> v1.3.4

09 Nov 09:10
Compare
Choose a tag to compare

Added class instead of multiple function imports

  1. use_fossy_to.get_license_by_short_name(short_name='AGPL-1.0')

  2. 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)

  3. use_fossy_to.update_license_info_by_short_name(short_name='', new_full_name='', new_license_text='', new_url='', new_risk=2)

  4. 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

30 Oct 04:23
ce04285
Compare
Choose a tag to compare

This release contains 16 capabilities

  1. create_new_user_group,
  2. get_user_group,
  3. get_all_jobs,
  4. get_all_uploads_based_on,
  5. get_job_info_by_id,
  6. get_all_folders,
  7. get_folder_info_by_id,
  8. change_folder_name_or_desc,
  9. create_folder_under_parent_folder_id,
  10. apply_action_to_folderid,
  11. trigger_analysis_for_upload_id,
  12. get_licenses_found_by_agents_for_uploadid, (most useful function)
  13. get_upload_summary_for_uploadid,
  14. get_upload_id_by_local_package_upload,
  15. trigger_analysis_for_upload_package, (most useful function)
  16. generate_and_get_desired_report_for_uploadid, (most useful function)
  17. delete_folder_by_id,
  18. delete_uploads_by_upload_id