From b47979cb834ff648529cd34de06bca78a22e9d43 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 28 Nov 2022 13:15:30 -0500 Subject: [PATCH] New/updated guides/libs --- _drafts/2022-11-29-draft.md | 44 ++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/_drafts/2022-11-29-draft.md b/_drafts/2022-11-29-draft.md index f063f319b..9a93c6844 100644 --- a/_drafts/2022-11-29-draft.md +++ b/_drafts/2022-11-29-draft.md @@ -5,7 +5,7 @@ date: 2022-11-29 07:00:00 -0800 categories: weekly --- -- [ ] Kattni updates +- [X] Kattni updates - [ ] change date - [ ] update title - [ ] Feature story @@ -230,15 +230,7 @@ Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit ha [![New Learn Guides](../assets/20221129/20221129learn.jpg)](https://learn.adafruit.com/guides/latest) -[title](url) from [name](url) - -[title](url) from [name](url) - -[title](url) from [name](url) - -## Updated Learn Guides! - -[title](url) from [name](url) +[Adafruit NeoPixel Driver BFF](https://learn.adafruit.com/adafruit-neopixel-driver-bff) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY) ## CircuitPython Libraries! @@ -252,19 +244,35 @@ If you'd like to contribute, CircuitPython libraries are a great place to start. You can check out this [list of all the Adafruit CircuitPython libraries and drivers available](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md). -The current number of CircuitPython libraries is **###**! - -**New Libraries!** - -Here's this week's new CircuitPython libraries: - -* [library](url) +The current number of CircuitPython libraries is **393**! **Updated Libraries!** Here's this week's updated CircuitPython libraries: -* [library](url) + * [Adafruit_CircuitPython_NeoPixel](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel) + * [Adafruit_CircuitPython_Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests) + * [Adafruit_CircuitPython_HTTPServer](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer) + * [Adafruit_CircuitPython_MCP4728](https://github.com/adafruit/Adafruit_CircuitPython_MCP4728) + * [Adafruit_Blinka](https://github.com/adafruit/Adafruit_Blinka) + * [Adafruit_Python_PlatformDetect](https://github.com/adafruit/Adafruit_Python_PlatformDetect) + +**Library PyPI Weekly Download Stats** + +* **Total Library Stats** + * 183107 PyPI downloads over 323 libraries + +* **Top 10 Libraries by PyPI Downloads** + * adafruit-circuitpython-busdevice: 17346 + * adafruit-circuitpython-requests: 16968 + * adafruit-circuitpython-typing: 16379 + * adafruit-circuitpython-register: 1985 + * adafruit-circuitpython-neopixel: 1081 + * adafruit-circuitpython-dht: 1051 + * adafruit-circuitpython-ssd1306: 925 + * adafruit-circuitpython-esp32spi: 918 + * adafruit-circuitpython-display-text: 903 + * adafruit-circuitpython-motor: 884 ## What’s the team up to this week?