We use pkgutil as one of our plugin mechanisms in python. A more modern/robust solution is `importlib.metadata`, see the note here: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1423#issuecomment-1258732938 After #1423 lands.