nipo/hrdc

distribution in PyPI

pfps opened this issue · 2 comments

pfps commented

I would like to use this code to decode report descriptors. Is it possible to set up a PyPI distribution as a library?

pfps commented

What I want to be able to do is to take a report descriptor in binary, turn it into a Python structure, and then see whether the report descriptor has the reports that are needed for the device to use the Logitech HID++ protocol.

nipo commented

About PyPI, I somehow had the feeling that hrdc is way too much niche market to be published there.
I'm not strongly against it anyway, just I never took time to look into this.

I agree PyPI adds convenience, but nothing refrains you to use the lib without PyPI presence.
I'll have a look into this.

About using hrdc to extract structure layout and use it for data binding, this something I clearly saw as a possible extension of the project. If it gets generic enough (not tied to Logitech for instance), this is a contribution that I would happily accept.