Binary package “python3-scrapy-djangoitem” in ubuntu focal

Scrapy extension to write scraped items using Django models (Python3 version)

 scrapy-djangoitem is an extension that allows you to define Scrapy items using
 existing Django models. This utility provides a new class, named DjangoItem,
 that you can use as a regular Scrapy item and link it to a Django model with
 its django_model attribute.
 .
 This package contains the Python 3 version of the library.