New/updated guides/libs, stats
This commit is contained in:
parent
5bd22aa6ec
commit
3b8728dbd2
1 changed files with 26 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ date: 2023-02-14 07:00:00 -0800
|
|||
categories: weekly
|
||||
---
|
||||
|
||||
- [ ] Kattni updates
|
||||
- [X] Kattni updates
|
||||
- [ ] change date
|
||||
- [ ] update title
|
||||
- [ ] Feature story
|
||||
|
|
@ -212,15 +212,11 @@ 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)
|
||||
[NeoPixel Novelty Cufflinks with Scrolling Text](https://learn.adafruit.com/neopixel-novelty-cufflinks-with-scrolling-text) from [Erin St. Blaine](https://learn.adafruit.com/u/firepixie)
|
||||
|
||||
[title](url) from [name](url)
|
||||
[CircuitPython OctoPrint Controller and Monitor](https://learn.adafruit.com/circuitpython-octoprint-controller-and-monitor) from [Liz Clark](https://learn.adafruit.com/u/BlitzCityDIY)
|
||||
|
||||
[title](url) from [name](url)
|
||||
|
||||
## Updated Learn Guides!
|
||||
|
||||
[title](url) from [name](url)
|
||||
[LED Rocket Lamp](https://learn.adafruit.com/led-rocket-lamp) from [Noe and Pedro](https://learn.adafruit.com/u/pixil3d)
|
||||
|
||||
## CircuitPython Libraries!
|
||||
|
||||
|
|
@ -234,23 +230,39 @@ 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 **###**!
|
||||
The current number of CircuitPython libraries is **405**!
|
||||
|
||||
**New Libraries!**
|
||||
|
||||
Here's this week's new CircuitPython libraries:
|
||||
|
||||
* [library](url)
|
||||
* [jposada202020/CircuitPython-UBoxplot](https://github.com/jposada202020/CircuitPython-UBoxplot)
|
||||
|
||||
**Updated Libraries!**
|
||||
|
||||
Here's this week's updated CircuitPython libraries:
|
||||
* [adafruit/Adafruit_CircuitPython_DisplayIO_Layout](https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout)
|
||||
* [adafruit/Adafruit_CircuitPython_BluefruitConnect](https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect)
|
||||
* [adafruit/Adafruit_CircuitPython_NeoPxl8](https://github.com/adafruit/Adafruit_CircuitPython_NeoPxl8)
|
||||
* [adafruit/Adafruit_CircuitPython_Motor](https://github.com/adafruit/Adafruit_CircuitPython_Motor)
|
||||
* [adafruit/Adafruit_CircuitPython_HTTPServer](https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer)
|
||||
* [cedargrovestudios/circuitpython_airqualitytools](https://github.com/cedargrovestudios/circuitpython_airqualitytools)
|
||||
|
||||
* [library](url)
|
||||
|
||||
**Library Statistics**
|
||||
|
||||
**Library Weekly PyPI Download Statistics**
|
||||
|
||||
* **Total Library Stats**
|
||||
* 103189 PyPI downloads over 306 libraries
|
||||
* **Top 10 Libraries by PyPI Downloads**
|
||||
* Adafruit CircuitPython BusDevice (adafruit-circuitpython-busdevice): 17408
|
||||
* Adafruit CircuitPython Requests (adafruit-circuitpython-requests): 16493
|
||||
* Adafruit CircuitPython Register (adafruit-circuitpython-register): 1550
|
||||
* Adafruit CircuitPython NeoPixel (adafruit-circuitpython-neopixel): 1443
|
||||
* Adafruit CircuitPython Motor (adafruit-circuitpython-motor): 1279
|
||||
* Adafruit CircuitPython DisplayIO Layout (adafruit-circuitpython-displayio-layout): 888
|
||||
* Adafruit CircuitPython RGB Display (adafruit-circuitpython-rgb-display): 861
|
||||
* Adafruit CircuitPython DHT (adafruit-circuitpython-dht): 788
|
||||
* Adafruit CircuitPython PCA9685 (adafruit-circuitpython-pca9685): 780
|
||||
* Adafruit CircuitPython ADS1x15 (adafruit-circuitpython-ads1x15): 695
|
||||
|
||||
## What’s the team up to this week?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue