|
| 1 | +Adafruit CircuitPython Libraries |
| 2 | +================================ |
| 3 | + |
| 4 | +Documentation for all Adafruit-sponsored CircuitPython libraries is at: |
| 5 | +<https://docs.circuitpython.org/projects/bundle/en/latest/drivers.html>. |
| 6 | + |
| 7 | + |
| 8 | +CircuitPython Library Bundles |
| 9 | +============================= |
| 10 | + |
| 11 | +Many Python libraries, including device drivers, have been written for use with CircuitPython. |
| 12 | +They are maintained in separate GitHub repos, one per library. |
| 13 | + |
| 14 | +Libraries are packaged in *bundles*, which are ZIP files that are snapshots in time of a group of libraries. |
| 15 | + |
| 16 | +Adafruit sponsors and maintains several hundred libraries, packaged in the **Adafruit Library Bundle**. |
| 17 | +Adafruit-sponsored libraries are also available on <https://pypi.org>. |
| 18 | + |
| 19 | +Yet other libraries are maintained by members of the CircuitPython community, |
| 20 | +and are packaged in the **CircuitPython Community Library Bundle**. |
| 21 | + |
| 22 | +The Adafruit bundles are available on GitHub: <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>. |
| 23 | +The Community bundles are available at: <https://github.com/adafruit/CircuitPython_Community_Bundle/releases>. |
| 24 | + |
| 25 | +More detailed information about the bundles, and download links for the latest bundles |
| 26 | +are at <https://circuitpython.org/libraries>. |
| 27 | + |
| 28 | +Documentation about bundle construction is at: <https://circuitpython.readthedocs.io/projects/bundle/en/latest/>. |
| 29 | + |
| 30 | +Documentation for Community Libraries is not available on ReadTheDocs at this time. See the GitHub repository |
| 31 | +for each library for any included documentation. |
0 commit comments