rm-hull / luma.led_matrix

Python module to drive LED Matrices & 7-segment displays (MAX7219) and RGB NeoPixels (WS2812 / APA102)
https://luma-led-matrix.readthedocs.io
MIT License
523 stars 157 forks source link

max7219 package on pypi #191

Closed thijstriemstra closed 5 years ago

thijstriemstra commented 5 years ago

when searching for luma.led_matrix, the max7219 package comes up first: https://pypi.org/project/max7219/

there's nothing on that pypi page (e.g. first paragraph) that tells me it's a deprecated package. Can this be updated and made more clear for new users?

rm-hull commented 5 years ago

Alternatively we could just delete all versions on pypi (same goes for https://pypi.org/project/ssd1306/)

rm-hull commented 5 years ago

@thijstriemstra Unless you (or anyone else) have specific objections, I will remove all max7219 and ssd1306 packages from pypi this weekend.

thijstriemstra commented 5 years ago

sounds good. i don't think there's a pypi-redirect option like github has..

rm-hull commented 5 years ago

Packages and all release versions removed from pypi.

thijstriemstra commented 5 years ago

RIP.