@@ -4,7 +4,7 @@ ExtractCode
4
4
5
5
- license: Apache-2.0
6
6
- copyright: copyright (c) nexB. Inc. and others
7
- - homepage_url: https://github.com/nexB /extractcode
7
+ - homepage_url: https://github.com/aboutcode-org /extractcode
8
8
- keywords: archive, extraction, libarchive, 7zip, scancode-toolkit, extractcode
9
9
10
10
Supports Windows, Linux and macOS on 64 bits processors and Python 3.6 to 3.9.
@@ -83,7 +83,7 @@ libmagic) to select the most appropriate extractor or decompressor function.
83
83
It can handle multi-level archives such as tar.gz and can extract recursively
84
84
any nested archives.
85
85
86
- Visit https://aboutcode.org and https://github.com/nexB / for support and download.
86
+ Visit https://aboutcode.org and https://github.com/aboutcode-org / for support and download.
87
87
88
88
89
89
We run CI tests on:
@@ -109,7 +109,7 @@ In this case, you will need to provide a working and compatible libarchive and
109
109
find them:
110
110
111
111
- **a typecode-libarchive and typecode-7z plugin **: See the standard ones at
112
- https://github.com/nexB /scancode-plugins/tree/main/builtins
112
+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins
113
113
These can either bundle a libarchive library, a 7z executable or expose a
114
114
system-installed libraries.
115
115
It does so by providing plugin entry points as ``scancode_location_provider ``
@@ -121,8 +121,8 @@ find them:
121
121
122
122
See for example:
123
123
124
- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/setup.py#L40
125
- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/src/extractcode_libarchive/__init__.py#L17
124
+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/setup.py#L40
125
+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/src/extractcode_libarchive/__init__.py#L17
126
126
127
127
And in the same way, the ``scancode_location_provider `` for ``extractcode_7zip ``
128
128
should point to a ``LocationProviderPlugin `` subclass with a ``get_locations() ``
@@ -132,8 +132,8 @@ find them:
132
132
133
133
See for example:
134
134
135
- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/setup.py#L40
136
- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/src/extractcode_7z/__init__.py#L18
135
+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/setup.py#L40
136
+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/src/extractcode_7z/__init__.py#L18
137
137
138
138
- use **environment variables ** to point to installed binaries:
139
139
@@ -181,14 +181,14 @@ ExtractCode will use these environment variables if set:
181
181
- EXTRACTCODE_LIBARCHIVE_PATH : the path to the ``libarchive.so `` libarchive
182
182
shared library used to support some of the archive formats. If not provided,
183
183
ExtractCode will look for a plugin-provided libarchive library path. See
184
- https://github.com/nexB /scancode-plugins/tree/main/builtins for such plugins.
184
+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins for such plugins.
185
185
If no plugin contributes libarchive, then a final attempt is made to look for
186
186
it in the PATH using standard DLL loading techniques.
187
187
188
188
- EXTRACTCODE_7Z_PATH : the path to the ``7z `` 7zip executable used to support
189
189
some of the archive formats. If not provided, ExtractCode will look for a
190
190
plugin-provided 7z executable path. See
191
- https://github.com/nexB /scancode-plugins/tree/main/builtins for such plugins.
191
+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins for such plugins.
192
192
If no plugin contributes 7z, then a final attempt is made to look for
193
193
it in the PATH.
194
194
0 commit comments