AboutCode v3.0.0
This is the final release v3.0.0
Some highlights:
- project renamed to aboutcode-toolkit
- ABOUT files are now YAML formatted.
- There is new support for license expressions.
- Support JSON input and output format: #246 and #277
- Support for Python 2 and Python 3 #280
- Improved help texts and USAGE texts
- Updated the SPECIFICATION.rst
- Published on Pypi as a wheel
Key name changes:
about_fileis replaced byabout_file_pathdje_license_keyis replaced bylicense_expressionversionis no longer a required field
CLI API changes
-
Break down the three major functions:
inventory,genaboutandgenattribinto 3 subcommands:
i.e.about inventory,about generateandabout attrib -
A new
checksubcommand is available to validate ABOUT files #281 -
Some options changes
--extract_licenseis now--fetch-license--license_text_locationis now--license-notice-text-location