longears
longears
Looks like it came from this commit: https://github.com/longears/python-tent-client/commit/097c82572e15642cddec1dfddfc3557011d8ea1e I'm not sure why it's there. Doesn't seem like we need to override Requests.
Thank you for cleaning up the code. I'll apply the PEP 8 fixes in a day or two. Soon this will all be organized as a proper package and submitted...
A layout file is a list of points in 3d space, in `json`, representing each LED. The numbers are x, y, z coordinates. The order of points should be the...
I don't know of an existing way to do that. This looks like a well-developed swiss army knife for converting between various lighting control formats: https://code.google.com/p/open-lighting/ OPC is a simple...
Thanks Chris! Seems like drivers should assume they're getting un-corrected data by default and they should do the appropriate correction for whatever they're driving. I can think of two ways...
I'm not working on this anymore. Anyone who wants to take over is welcome to. I can add people as collaborators on this project or you can fork it.
Done! I'll also figure out how to get you PyPI access so you can update the package there. Also note that this project has two forks -- the original one,...
Good idea. I looked up PEP8 and discovered that `snake_case` is indeed recommended for functions and variable names. I likely won't get to this until next week. If anyone wants...
Great! Or if we decide to move away from macauthlib there was an almost-working attempt at MAC Authentication in an old version of our own code: https://github.com/longears/python-tent-client/blob/e6a2c32b7c0d81e8b6cd9fe1361578227f189d8e/tentapp.py#L33-71 The server never...
Sure! _authHook would need to be updated to pull the hostname out of the request object and then sign it using the old MAC auth code.