Source: python-itemadapter
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrey Rakhmatullin <wrar@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-attr <!nocheck>,
               python3-pydantic (>= 2.0~) <!nocheck>,
               python3-pytest <!nocheck>,
               python3-scrapy <!nocheck>,
               python3-setuptools,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-itemadapter
Vcs-Git: https://salsa.debian.org/python-team/packages/python-itemadapter.git
Homepage: https://github.com/scrapy/itemadapter
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-itemadapter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Common interface for data container classes
 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:
  * dict
  * scrapy.item.Item
  * dataclass-based classes
  * attrs-based classes