Language

Package: python-itemadapter @ 0.5.0

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.

Home page
https://github.com/scrapy/itemadapter
Location
gnu/packages/python-xyz.scm (line: 29240, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings