You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today (2021-09-08) Circup can download and install libraries from three bundles:
Adafruit CircuitPython Bundle
Community Bundle
CircuitPython.org Bundle
This issue\discussion is about how to support 3rd party bundles which follow the CP library bundling format. This conversation originally started in a PR to move the references to the bundles from within the code to an JSON configuration file. (#126)
Proposals at that time included:
User Supplied Config.json
In addition to the config.json released with circup, look for a config file in AppDirs so that you can look for the config json file first in the user's configuration directory and then to the default list shipped in the package. If a config.json existed in AppDirs, those bundles would be merged with the bundles released with Circup.
Circup Bundle Management Commands
Add Bundle Management Commands to Circup for Add, Remove, Reorder, display Info for bundles. This would update the configuration JSON.
I think that summarizes things.. I'll add my own comments\thoughts seperately
The text was updated successfully, but these errors were encountered:
I actually don't have any big thoughts about this right now. I think the file in AppDirs is a good plumbing step and then the commands could be added separately.
Are there any third party library bundles today?
It might also be a useful mechanism for testing.
Today (2021-09-08) Circup can download and install libraries from three bundles:
This issue\discussion is about how to support 3rd party bundles which follow the CP library bundling format. This conversation originally started in a PR to move the references to the bundles from within the code to an JSON configuration file. (#126)
Proposals at that time included:
User Supplied Config.json
In addition to the config.json released with circup, look for a config file in AppDirs so that you can look for the config json file first in the user's configuration directory and then to the default list shipped in the package. If a config.json existed in AppDirs, those bundles would be merged with the bundles released with Circup.
Circup Bundle Management Commands
Add Bundle Management Commands to Circup for Add, Remove, Reorder, display Info for bundles. This would update the configuration JSON.
The text was updated successfully, but these errors were encountered: