Adafruit_CircuitPython_Bundle icon indicating copy to clipboard operation
Adafruit_CircuitPython_Bundle copied to clipboard

A bundle of useful CircuitPython libraries ready to use from the filesystem.

Results 26 Adafruit_CircuitPython_Bundle issues
Sort by recently updated
recently updated
newest added

- Added a LIBRARY_DEVELOPMENT.rst doc in the root - Added a mention of this doc in the README.rst This is just intended as a starting point, you are welcome to...

It looks like the step of assigning the actual version is skipped for the modules uploaded to PyPI. Problem occurs at least with https://pypi.org/project/adafruit-circuitpython-framebuf/#files but I believe I've seen this...

I couldn't find a library for OSC (Open Sound Control) I use it on Arduino to send OSC over USB SLIP serial. This i forward using a node.js bridge to...

circup and possibly the vs code extension both encountered problems when we dropped the 6.x bundles. circup in particular hard coded the list of versions. if we provide an official...

enhancement
help wanted

While investigating #342, a thought struck me: Would it be possible to automate the generation of `docs/drivers.rst` when generating `circuitpython_library_list.md` A possible source of information would be the `keywords` passed...

Below is a list of bundle libraries containing a `setup.py.disabled` I've separated them into 3 groups: 1. Libraries which cannot be used by Blinka and shouldn't be pushed to PyPI....

I had previously been using blinka and a FT232h to do some circuitpython stuff on my desktop (Mac), so I've got a nice virtualenv set up for that. What I...

enhancement

I believe the current way of finding the latest tag in `update-submodules.sh` will find the latest tag on any branch, not just on `master`. For libraries, we never tag other...

As the bundle grows past 2MB should we provide an essentials bundle that is just core deps like Bus Device? Maybe each library zip should include dependencies instead?