Related Comments from #20:
- Adding something like CircUp to the Editor as well like has been discussed in various places
- Easily uploading of libraries into the lib directory. Most frequently they are uploading something from Adafruit CircuitPython Bundle.
- Here's one way I've done it before: https://github.com/adafruit/Adafruit_Dynamic_Bundler, though it likely needs updating for more recent CP versions.
- I think the circup-like feature (as mentioned in the first post above) is what would be probably most useful. With Web Workflow, because the file system needs to have USB mass storage disabled, updating libraries becomes really inconvenient.
- Something that could be built on top of the circ-up feature would be a code scanner that automatically detects the libraries you need and asks if you would like to update/install them.
- +1 on adding a way to use something similar to Circup from the web. I'd like the ability to specify the module found by ImportError and have the web editor suggest a resolution (or enable me to search/load that library)
- +1 for circup integration, it also has "examples" support for the libraries which I'd love to see added
Related Comments from #20: