pkgsrc/textproc/py-itemadapter/DESCR
triaxx d0708bb009 py-itemadapter: Added version 0.2.0
textproc/py-itemadapter is a dependency of www/py-scrapy.
2021-03-21 21:09:50 +00:00

9 lines
312 B
Text

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:
o dict
o scrapy.item.Item
o dataclass-based classes
o attrs-based classes