Changes
0.6.0 (2025-10-24)
Added support for Python 3.14.
Migrated the build system to
hatchling.Improved type hints.
CI improvements.
0.5.1 (2024-10-11)
Fixed breadcrumb extraction from HTML that includes comments.
0.5.0 (2024-01-24)
Add the
extract_ratingandextract_rating_starsfunctions for extracting values.Add the
extract_review_countfunction for extracting review counts.
0.4.0 (2023-12-26)
New dependencies:
gtin-validator >= 1.0.3python-stdnum >= 1.19six
Add the
extract_gtinfunction for extracting GTIN values of various types.Add support for text input to
extract_price.Add support for Python 3.12.
CI improvements.
0.3.0 (2023-07-28)
Now requires
price-parser >= 0.3.4.Add the
extract_pricefunction for extracting prices and currencies.
0.2.0 (2023-07-07)
Add the
extract_brand_namefunction for extracting brands.Drop Python 3.7 support.
0.1.1 (2023-05-24)
Fix building documentation.
0.1.0 (2023-05-24)
Initial version.
Includes extraction of
Breadcrumbobjects.