Here you go,
https://github.com/kovidgoyal/calibr...f5a8083ad6b6e7
I mafe it even simpler, so you can
container.manifest_items_of_type(OEB_STYLES)
or
container.manifest_items_of_type('image/svg')
or
container.manifest_items_of_type(lambda mt: mt.startswith('image/'))
and so on...