NZSmartie / PyHIDParser

A HID descriptor parser written in Python 3
MIT License
23 stars 5 forks source link

Clean up Imports, Capitalize Enum members, Refactor #7

Closed NZSmartie closed 8 years ago

NZSmartie commented 8 years ago

This is mostly a cleanup of the library to make using the library more obvious for developers.

NZSmartie commented 8 years ago

From 6888558ec273e09f297039f8737b1603a2bfdbb8

For code style consistency, clases that inhert Enum now ahve capitialised members as they represent constant values. However, when they are used for creating members in Collections, they are converted to lowercase for code readability and consistency