Changelog¶
x.y.z (YYYY-MM-DD)¶
removed support for Python 3.6
added support for Python 3.10
(internal) Setup pre-commit linters like
black,isort, andflake8to standardize code quality.
0.3.1 / 0.4.0 (2021-10-26)¶
These two versions are the same and was uploaded as duplicates to PyPI.
Supports new fields from AutoExtract for Product:
color,size,style.
0.3.0 (2021-08-04)¶
Support for all API page types at the moment
Introduction of
_unknown_fields_dictandAutoExtractAdapter. Allows to extend items with custom attributes and to include in the output the returned attributes not yet supported by the existing definitions.Initial documentation
0.2.2 (2021-05-29)¶
Page classes for Article, Product and ProductList introduced
0.2.1 (2021-01-27)¶
AdditionalPropertyvalue as optional to matchunified-schema
0.2.0 (2020-12-30)¶
AutoExtractProductListDatapage input andProductListitemfrom_dictof items no longer fail on unknown attributes, they’re ignored nowList attributes now default to
[]instead ofNoneCI is switched to github actions
Python 3.9 is added to CI
0.1.0 (2020-11-19)¶
AutoExtractHtmlpage inputAutoExtractWebPageandAutoExtractItemWebPagebase page objects
0.0.1 (2020-08-18)¶
Initial release.
Article and Product page inputs
Article and Product items (and their dependencies)