aboutcode-toolkit
aboutcode-toolkit copied to clipboard
:white_check_mark: AboutCode Toolkit provides a simple way to document provenance metadata (origin and license) about third-party code that you use in your project: it includes utilities to generate i...
I would like to add a new "is_product" attribute so we can track a ABOUT file in SCIO and SCTK as being for a DejaCode product. With this we will...
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Adds two new attributes: - `deployed_resource` - `is_curated` These are used to curate resources in deployed code. Reference: https://github.com/nexB/scancode.io/issues/834
In the `specification.rst` the license IDs are still limited to DejaCode instead of SPDX. > - license_expression: The DejaCode license expression that apply to the component. You can separate each...
The `ABOUT` file spec currently describes `redistribute` and `track_changes` [Optional boolean flag fields](https://aboutcode.readthedocs.io/projects/aboutcode-toolkit/en/latest/specification.html#optional-boolean-flag-fields) in a way where it seems like it (entirely) depends on the license. If that were so,...
There are cases that a renamed field is already in the input that is causing issue. For instance, ``` field_renamings: license_expression : 'Concluded License Expression' ``` If the input already...
The link here: https://www.aboutcode.org/projects/aboutcode-toolkit.html points to: https://github.com/nexB/aboutcode-toolkit/blob/develop/SPECIFICATION.rst Which is dead. It should point to the right file as well as mention the right version (it mentions 3.1.4, which has been...
Within the ABCTK documentation, we should make a distinction between the features and functions that operate on ABOUT files and those that do not require ABOUT files - namely Attribution....
We need to create "high volume" XLSX, JSON and CSV test file with several hundred items.
I am using the develop branch of `aboutcode-toolkit`. It would be nice to have aboutcode toolkit generate attribution from a nexB inventory workbook without the use of vartext or aliases....