scrapy/itemadapter

Implement ItemClassAdapter

Closed this issue · 0 comments

This would help implementing delayed item object creation in itemloaders: scrapy/itemloaders#20 (comment)

It should only accept item classes, not objects.

It should implement get_field_meta just as ItemAdapter.