Adafruit Dynamic Bundler for creating smaller packages
The URL is https://adafruit.github.io/Adafruit_Dynamic_Bundler/
- libs: A comma separated list of libraries to include. These are the same format as the folder in the bundle.
- bundle: The name of the bundle. Currently can be either
adafruit
orcircuitpython
. Defaults toadafruit
. - type: The bundle type. Currently can be either
py
,8mpy
,9mpy
. Defaults to8mpy
. - deps: Whether to include dependencies. Currently can be either
1
,0
,true
, orfalse
. Defaults totrue
.
https://adafruit.github.io/Adafruit_Dynamic_Bundler/?libs=adafruit_ssd1305,adafruit_requests&type=py https://adafruit.github.io/Adafruit_Dynamic_Bundler/?libs=adafruit_ili9341,adafruit_motor&deps=0