New/updated guides/libs, lib stats
This commit is contained in:
parent
d11129009f
commit
95c9fc8bb3
1 changed files with 25 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ date: 2023-04-04 07:00:00 -0800
|
|||
categories: weekly
|
||||
---
|
||||
|
||||
- [ ] Kattni updates
|
||||
- [X] Kattni updates
|
||||
- [ ] change date
|
||||
- [ ] update title
|
||||
- [ ] Feature story
|
||||
|
|
@ -208,15 +208,13 @@ Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit ha
|
|||
|
||||
[](https://learn.adafruit.com/guides/latest)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Hexpad](https://learn.adafruit.com/hexpad) from [John Park](https://learn.adafruit.com/u/johnpark)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Generating Text with ChatGPT, Pico W & CircuitPython](https://learn.adafruit.com/generating-text-with-chatgpt-pico-w-circuitpython) from [Jeff Epler](https://learn.adafruit.com/u/jepler)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Adafruit CAN Pal](https://learn.adafruit.com/adafruit-can-pal) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
## Updated Learn Guides!
|
||||
|
||||
[title](url) from [name](url)
|
||||
[Adafruit CAN Bus FeatherWing](https://learn.adafruit.com/adafruit-can-bus-featherwing) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
## CircuitPython Libraries!
|
||||
|
||||
|
|
@ -230,22 +228,31 @@ 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 **414**!
|
||||
|
||||
**Updated Libraries!**
|
||||
|
||||
Here's this week's updated CircuitPython libraries:
|
||||
* [adafruit/Adafruit_CircuitPython_Display_Text](https://github.com/adafruit/Adafruit_CircuitPython_Display_Text)
|
||||
* [adafruit/Adafruit_CircuitPython_BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice)
|
||||
* [adafruit/Adafruit_CircuitPython_SD](https://github.com/adafruit/Adafruit_CircuitPython_SD)
|
||||
* [adafruit/Adafruit_CircuitPython_Pastebin](https://github.com/adafruit/Adafruit_CircuitPython_Pastebin)
|
||||
* [CedarGroveStudios/CircuitPython_AD9833](https://github.com/CedarGroveStudios/CircuitPython_AD9833)
|
||||
|
||||
* [library](url)
|
||||
|
||||
**Library Statistics**
|
||||
|
||||
**Library Weekly PyPI Download Statistics**
|
||||
* **Total Library Stats**
|
||||
* 49757 PyPI downloads over 309 libraries
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 6743
|
||||
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 5614
|
||||
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 1925
|
||||
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1326
|
||||
* Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 799
|
||||
* Adafruit CircuitPython ServoKit (adafruit-circuitpython-servokit): 698
|
||||
* Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 694
|
||||
* Adafruit CircuitPython ADS1x15 (adafruit-circuitpython-ads1x15): 655
|
||||
* Adafruit CircuitPython framebuf (adafruit-circuitpython-framebuf): 512
|
||||
* Adafruit CircuitPython Pixelbuf (adafruit-circuitpython-pixelbuf): 493
|
||||
|
||||
|
||||
## What’s the CircuitPython team up to this week?
|
||||
|
|
|
|||
Loading…
Reference in a new issue