micropython-lib/micropython/bundles
Jim Mussared c1f553eab9 micropython/bundles: Add a bundle-networking meta-package.
This is designed to be a common set of packages that all deployments with
networking support should include.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-02-01 11:28:42 +11:00
..
bundle-networking micropython/bundles: Add a bundle-networking meta-package. 2023-02-01 11:28:42 +11:00
README.md micropython/bundles: Add a bundle-networking meta-package. 2023-02-01 11:28:42 +11:00

README.md

These are "meta packages" designed to make it easy to provide defined bundles of related packages.

For example, all deployments of MicroPython with networking support (WiFi/Ethernet) should add require("bundle-networking") to their manifest.py to ensure that the the standard set of networking packages (including HTTP requests, WebREPL, NTP, package management) are included.