tinue / apa102-pi

Pure Python library to drive APA102 LED stripes; Use with Raspberry Pi.
GNU General Public License v2.0
201 stars 71 forks source link

[Suggestion] Please package this library on PyPi/pip #31

Closed joshuaboniface closed 6 years ago

joshuaboniface commented 6 years ago

I'm currently using this library to drive another project, and I would love to be able to use it as an installable Python module via pip instead of hard-forking it into that project (thanks for being GPL!). With the APA102-containing ReSpeaker 4-mic on the market this might be very helpful for other projects based on that device as well!

tinue commented 6 years ago

Thank you for the suggestion! I never thought that the library will actually be used in LED projects. I originally intended it to be an educational peace to understand the workings of APA102 LEDs. That's why it is not packaged as an actual library. Anyway, I'll have a look at pip when I find some time, and can hopefully produce an installable package. P.S. First time that I heard about ReSpeaker 4-mic, looks like a cool product.

tinue commented 6 years ago

Could you do me a favour please: Check out the branch "latest" and see if you can install the library. It's explained in the readme how this is done. The library is not uploaded to PyPi, but can be installed nevertheless. A hard fork is no longer necessary. If all works fine for a while, I might go ahead and upload it.

joshuaboniface commented 6 years ago

Working great for me, thanks a lot!

tinue commented 6 years ago

Thanks for testing! I merged the branch and will close the suggestion.