fosslight-dependency 4.1.24__py3-none-any.whl → 4.1.25__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_dependency/_help.py +6 -4
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/METADATA +1 -1
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/RECORD +10 -10
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/WHEEL +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/entry_points.txt +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/licenses/LICENSE +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/licenses/LICENSES/Apache-2.0.txt +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/licenses/LICENSES/LicenseRef-3rd_party_licenses.txt +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/licenses/LICENSES/MIT.txt +0 -0
- {fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/top_level.txt +0 -0
fosslight_dependency/_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_DEPENDENCY = """
|
|
8
|
+
_HELP_MESSAGE_DEPENDENCY = f"""
|
|
8
9
|
Usage: fosslight_dependency [option1] <arg1> [option2] <arg2>...
|
|
9
10
|
|
|
10
11
|
FOSSLight Dependency Scanner is the tool that supports the analysis of dependencies for multiple package managers.
|
|
@@ -39,10 +40,11 @@ _HELP_MESSAGE_DEPENDENCY = """
|
|
|
39
40
|
-e <exclude_path>\t\t Enter the path where the analysis will not be performed.
|
|
40
41
|
-o <output_path>\t\t Output path
|
|
41
42
|
\t\t\t\t\t(If you want to generate the specific file name, add the output path with file name.)
|
|
42
|
-
-f <format> [<format> ...]\t Output formats
|
|
43
|
-
|
|
43
|
+
-f <format> [<format> ...]\t Output formats
|
|
44
|
+
\t\t\t\t \t({', '.join(SUPPORT_FORMAT)})
|
|
45
|
+
\t\t\t\t Multiple formats can be specified separated by space.
|
|
44
46
|
--graph-path <save_path> \t Enter the path where the graph image will be saved
|
|
45
|
-
\t\t\t\t\t(ex. /your/directory/path/filename.
|
|
47
|
+
\t\t\t\t\t(ex. /your/directory/path/filename.[pdf, jpg, png]) (recommend pdf extension)
|
|
46
48
|
--graph-size <width> <height> Enter the size of the graph image (The size unit is pixels)
|
|
47
49
|
\t\t\t\t\t--graph-path option is required
|
|
48
50
|
--direct\t\t\t Print the direct/transitive dependency type in comment.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fosslight_dependency
|
|
3
|
-
Version: 4.1.
|
|
3
|
+
Version: 4.1.25
|
|
4
4
|
Summary: FOSSLight Dependency Scanner
|
|
5
5
|
Home-page: https://github.com/fosslight/fosslight_dependency_scanner
|
|
6
6
|
Download-URL: https://github.com/fosslight/fosslight_dependency_scanner
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fosslight_dependency/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
fosslight_dependency/_analyze_dependency.py,sha256=TX86cl7BF3_kCsAQY459X9sqGqP0xbJI7hqnqe7IbnU,5598
|
|
3
3
|
fosslight_dependency/_graph_convertor.py,sha256=D8GwmJfuj9Wg3_DeKRPLGGdyHSLcoU2Q0VzKQbkJG4g,2267
|
|
4
|
-
fosslight_dependency/_help.py,sha256=
|
|
4
|
+
fosslight_dependency/_help.py,sha256=KE4u-H2oZETohNZAHh2CY5GoGgUsUSf6CpHNonxgz5A,3671
|
|
5
5
|
fosslight_dependency/_package_manager.py,sha256=mN1ukEmZkm6COhxWm-mVfhCZkHppfFgXyXzBT1x02Sw,15016
|
|
6
6
|
fosslight_dependency/constant.py,sha256=0Jr0D5T9S3AuLTEgepiqcKvW4nIJeqotz1lt_YDwbGU,1263
|
|
7
7
|
fosslight_dependency/dependency_item.py,sha256=wNLWcsNycf3HQ5Pib2WrMeo2dn0eHCRg20NLcL95Qew,3345
|
|
@@ -25,12 +25,12 @@ fosslight_dependency/package_manager/Swift.py,sha256=8fdbdAXTNlp2NDoSqQXm48JGAg9
|
|
|
25
25
|
fosslight_dependency/package_manager/Unity.py,sha256=n1006GZ6Qrk8wAdO6wla1Q-JD7Evin7REVj-HDeTARc,5142
|
|
26
26
|
fosslight_dependency/package_manager/Yarn.py,sha256=8K2bTImdvPtuDT_Tz1StnBnx6DjoHWV1Wzb0WlhBRhw,9586
|
|
27
27
|
fosslight_dependency/package_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
fosslight_dependency-4.1.
|
|
29
|
-
fosslight_dependency-4.1.
|
|
30
|
-
fosslight_dependency-4.1.
|
|
31
|
-
fosslight_dependency-4.1.
|
|
32
|
-
fosslight_dependency-4.1.
|
|
33
|
-
fosslight_dependency-4.1.
|
|
34
|
-
fosslight_dependency-4.1.
|
|
35
|
-
fosslight_dependency-4.1.
|
|
36
|
-
fosslight_dependency-4.1.
|
|
28
|
+
fosslight_dependency-4.1.25.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
29
|
+
fosslight_dependency-4.1.25.dist-info/licenses/LICENSES/Apache-2.0.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
30
|
+
fosslight_dependency-4.1.25.dist-info/licenses/LICENSES/LicenseRef-3rd_party_licenses.txt,sha256=EcsFt7aE1rp3OXAdJgmXayfOZdpRdBMcmRnyoqWMCsw,95687
|
|
31
|
+
fosslight_dependency-4.1.25.dist-info/licenses/LICENSES/MIT.txt,sha256=9cx4CbArgByWvkoEZNqpzbpJgA9TUe2D62rMocQpgfs,1082
|
|
32
|
+
fosslight_dependency-4.1.25.dist-info/METADATA,sha256=y76t53xjKXM9g869hEAA-t5Rq5jRDrPjy8lLqNFp5sI,5555
|
|
33
|
+
fosslight_dependency-4.1.25.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
34
|
+
fosslight_dependency-4.1.25.dist-info/entry_points.txt,sha256=AeU-9Bl8al8Sa-XvhitGHdT3ZTPIrlhqADcp7s5OLF8,90
|
|
35
|
+
fosslight_dependency-4.1.25.dist-info/top_level.txt,sha256=Jc0V7VcVCH0TEM8ksb8dwroTYz4AmRaQnlr3FB71Hcs,21
|
|
36
|
+
fosslight_dependency-4.1.25.dist-info/RECORD,,
|
|
File without changes
|
{fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_dependency-4.1.24.dist-info → fosslight_dependency-4.1.25.dist-info}/top_level.txt
RENAMED
|
File without changes
|