python-itemadapter 0.8.0
Channel: guix
Home page: https://github.com/scrapy/itemadapter
Licenses: Modified BSD
Synopsis: Common interface for data container classes
Description:
The ItemAdapter class is a wrapper for data container objects, providing a common interface to handle objects of different types in an uniform manner, regardless of their underlying implementation.
Currently supported types are:
scrapy.item.Item
dict
dataclass-based classes
attrs-based classes
pydantic-based classes
Additionally, interaction with arbitrary types is supported by implementing a pre-defined interface.
Total results: 1