Changelog.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
itemadapter/__init__.py
itemadapter/_imports.py
itemadapter/adapter.py
itemadapter/py.typed
itemadapter/utils.py
itemadapter.egg-info/PKG-INFO
itemadapter.egg-info/SOURCES.txt
itemadapter.egg-info/dependency_links.txt
itemadapter.egg-info/requires.txt
itemadapter.egg-info/top_level.txt
tests/__init__.py
tests/requirements.txt
tests/test_adapter.py
tests/test_adapter_attrs.py
tests/test_adapter_dataclasses.py
tests/test_adapter_pydantic.py
tests/test_adapter_pydantic_v1.py
tests/test_adapter_scrapy.py
tests/test_interface.py
tests/test_itemadapter.py
tests/test_utils.py