fosslight-source 2.1.16__py3-none-any.whl → 2.1.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
fosslight_source/_help.py CHANGED
@@ -3,8 +3,9 @@
3
3
  # Copyright (c) 2021 LG Electronics Inc.
4
4
  # SPDX-License-Identifier: Apache-2.0
5
5
  from fosslight_util.help import PrintHelpMsg, print_package_version
6
+ from fosslight_util.output_format import SUPPORT_FORMAT
6
7
 
7
- _HELP_MESSAGE_SOURCE_SCANNER = """
8
+ _HELP_MESSAGE_SOURCE_SCANNER = f"""
8
9
  FOSSLight Source Scanner Usage: fosslight_source [option1] <arg1> [option2] <arg2>...
9
10
 
10
11
  FOSSLight Source Scanner uses ScanCode and SCANOSS, the source code scanners, to detect
@@ -20,7 +21,9 @@ _HELP_MESSAGE_SOURCE_SCANNER = """
20
21
  -m\t\t\t Print additional information for scan result on separate sheets
21
22
  -e <path>\t\t Path to exclude from analysis (file and directory)
22
23
  -o <output_path>\t Output path (Path or file name)
23
- -f <format>\t\t Output file formats (excel, csv, opossum, yaml). Multi formats are supported.
24
+ -f <format>\t\t Output file formats
25
+ \t\t\t ({', '.join(SUPPORT_FORMAT)})
26
+ \t\t\t Multiple formats can be specified separated by space.
24
27
  Options only for FOSSLight Source Scanner
25
28
  -s <scanner>\t Select which scanner to be run (scancode, scanoss, all)
26
29
  -j\t\t\t Generate raw result of scanners in json format
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fosslight_source
3
- Version: 2.1.16
3
+ Version: 2.1.17
4
4
  Summary: FOSSLight Source Scanner
5
5
  Home-page: https://github.com/fosslight/fosslight_source_scanner
6
6
  Download-URL: https://github.com/fosslight/fosslight_source_scanner
@@ -1,5 +1,5 @@
1
1
  fosslight_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- fosslight_source/_help.py,sha256=q3eKABhBrz8hvWSvmLVszStNpL18TCYLnUuefaU4V-M,2013
2
+ fosslight_source/_help.py,sha256=UEfOI6Jx38cDLN4CZ8TTk3u8TL2r0aG2V9IZKa-l3aI,2138
3
3
  fosslight_source/_license_matched.py,sha256=-3H881XQjFDafRttBsuboS3VbCPYEvPH1pwWXptknE4,2164
4
4
  fosslight_source/_parsing_scancode_file_item.py,sha256=DA2tEbjCHXFLfavCh0TjRIF1-dE4Ep7X2ivDF8IJqS8,20227
5
5
  fosslight_source/_parsing_scanoss_file.py,sha256=0f5JzjnFU-kcPZRX7OKnextyvANjKwwNZeyCJVC7eME,4624
@@ -8,9 +8,9 @@ fosslight_source/cli.py,sha256=2TuHZvDKUp8R12DM9gesTF23RT7OBw968AdzNLtVanU,16650
8
8
  fosslight_source/run_scancode.py,sha256=YSzLoS4p-Kge91uQpI4483ZfiapF-3umgJHggxKtiuU,7220
9
9
  fosslight_source/run_scanoss.py,sha256=8wu3sa-YBqjfb5x2dbDJuAdw3rrExueOW23WdzqDCaU,5721
10
10
  fosslight_source/run_spdx_extractor.py,sha256=Hr9sTv06cJaVITy8amwexIW2FV8_rUcFw6hKmR9ZYws,1990
11
- fosslight_source-2.1.16.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
- fosslight_source-2.1.16.dist-info/METADATA,sha256=tUk55VzoNMOBArqLGuZoHyCoY4IXCqmIoqY2NvX1344,3558
13
- fosslight_source-2.1.16.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
14
- fosslight_source-2.1.16.dist-info/entry_points.txt,sha256=G4bBRWqSrJ68g-2M-JtNDrSZsdym_M7_KohQ2qR1vG8,113
15
- fosslight_source-2.1.16.dist-info/top_level.txt,sha256=C2vw-0OIent84Vq-UEk1gt_kK1EL8dIItzBzp3WNyA4,17
16
- fosslight_source-2.1.16.dist-info/RECORD,,
11
+ fosslight_source-2.1.17.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
+ fosslight_source-2.1.17.dist-info/METADATA,sha256=8vCF2Vq_rTqWgf9DOizhRBPyhNhVsS9S6GLT9RtbtPw,3558
13
+ fosslight_source-2.1.17.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
14
+ fosslight_source-2.1.17.dist-info/entry_points.txt,sha256=G4bBRWqSrJ68g-2M-JtNDrSZsdym_M7_KohQ2qR1vG8,113
15
+ fosslight_source-2.1.17.dist-info/top_level.txt,sha256=C2vw-0OIent84Vq-UEk1gt_kK1EL8dIItzBzp3WNyA4,17
16
+ fosslight_source-2.1.17.dist-info/RECORD,,