Source: python-itemadapter
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrey Rakhmatullin <wrar@debian.org>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr <!nocheck>,
 python3-hatchling,
 python3-pydantic (>= 2.0~) <!nocheck>,
 python3-pytest <!nocheck>,
 python3-scrapy <!nocheck>,
Standards-Version: 4.7.4
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
X-Style: black

Package: python3-itemadapter
Architecture: all
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
