Closed
Description
Below is a list of bundle libraries containing a setup.py.disabled
I've separated them into 3 groups:
- Libraries which cannot be used by Blinka and shouldn't be pushed to PyPI. These appear to all be hardware specific, eg. the MacroPad.
- Libraries which can be used by Blinka and should be pushed to PyPI. These initially appear to be drivers for hardware that could be connected to a Blinka device.
- Libraries that I am unsure if Blinka could make use of. I intend to investigate these further and re-categorize them until this group is empty.
Don't push to PyPI - Blinka can't use it
- drivers/circuitplayground/setup.py.disabled
- drivers/clue/setup.py.disabled
- drivers/monsterm4sk/setup.py.disabled
- drivers/pyportal/setup.py.disabled
- helpers/colorsys/setup.py.disabled - The Python
colorsys
should be compatible on Blinka - helpers/funhouse/setup.py.disabled
- helpers/macropad/setup.py.disabled
- helpers/magtag/setup.py.disabled
- helpers/matrixportal/setup.py.disabled
Do push to PyPI - Blinka can make use of it
- drivers/displayio_ssd1306/setup.py.disabled - Enable uploading of the driver to PyPI Adafruit_CircuitPython_DisplayIO_SSD1306#22
- drivers/ssd1322/setup.py.disabled - Enable uploading of the driver to PyPI Adafruit_CircuitPython_SSD1322#11
- drivers/ssd1327/setup.py.disabled - Enable uploading of the driver to PyPI Adafruit_CircuitPython_SSD1327#11
- drivers/ssd1608/setup.py.disabled - Enable uploading of the driver to PyPI Adafruit_CircuitPython_SSD1608#12
- drivers/ssd1680/setup.py.disabled - Enable uploading of the driver to PyPI Adafruit_CircuitPython_SSD1680#3
- drivers/ssd1681/setup.py.disabled - Enable uploading of the driver to PyPI. Adafruit_CircuitPython_SSD1681#6
Maybe - Could Blinka make use of it?
- drivers/nunchuk/setup.py.disabled
- drivers/ov2640/setup.py.disabled
- drivers/ov7670/setup.py.disabled
- helpers/boardtest/setup.py.disabled
- helpers/dash_display/setup.py.disabled
- helpers/itertools/setup.py.disabled
- helpers/logging/setup.py.disabled
- helpers/pybadger/setup.py.disabled
- helpers/pyoa/setup.py.disabled
@makermelissa , @ladyada for input.
If it's agreed to push some of these to PyPI, I intend to work through the selected list and make the changes.
Metadata
Metadata
Assignees
Labels
No labels