Currently, the library names in https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/main/docs/drivers.rst are all descriptive names and do not include the actual library names that one would use in an import: adafruit_whatever, neopixel, asyncio, etc. This was already noted in #342 when the adafruit_hid library could not be found by searching for "HID".
As part of #344, or just manually, it would be nice to include these import names in the list, so that it would be easy to search for them.