To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-hid`.
Read the [docs](http://circuitpython.readthedocs.io/projects/hid/en/latest/) for info on how to use it.
---
What's Changed
* Use future annotations to allow import on desktop computers by jepler in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/101
* Act gracefully when more than 6 keys are reported at once by jepler in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/103
* Typing improvements by jepler in https://github.com/adafruit/Adafruit_CircuitPython_HID/pull/104
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_HID/compare/5.3.2...5.3.3