Compare commits

...

1 commit

Author SHA1 Message Date
Kattni
f8618a08fc
New/update guides/libs, new: PyPI download stats!
I will add a PyPI downloads section to the template eventually.
2022-11-04 16:06:53 -04:00

View file

@ -5,7 +5,7 @@ date: 2022-11-08 07:00:00 -0800
categories: weekly
---
- [ ] Kattni updates
- [X] Kattni updates
- [ ] change date
- [ ] update title
- [ ] Feature story
@ -207,15 +207,13 @@ Looking to add a new board to CircuitPython? It's highly encouraged! Adafruit ha
[![New Learn Guides](../assets/20221108/20221108learn.jpg)](https://learn.adafruit.com/guides/latest)
[title](url) from [name](url)
[Magic Band Reader](https://learn.adafruit.com/magic-band-reader) from [Noe and Pedro](https://learn.adafruit.com/u/pixil3d)
[title](url) from [name](url)
[IBM PC Keyboard to USB HID with CircuitPython](https://learn.adafruit.com/ibm-pc-keyboard-to-usb-hid-with-circuitpython) from [Jeff Epler](https://learn.adafruit.com/u/jepler)
[title](url) from [name](url)
[Bluetooth CLUE Robot Car using CircuitPython](https://learn.adafruit.com/bluetooth-clue-robot-car-using-circuitpython) from [Melissa LeBlanc-Williams](https://learn.adafruit.com/u/MakerMelissa)
## Updated Learn Guides!
[title](url) from [name](url)
[Adafruit PCF8575 I2C 16 GPIO Expander Breakout](https://learn.adafruit.com/adafruit-pcf8575) from [Kattni](https://learn.adafruit.com/u/kattni)
## CircuitPython Libraries!
@ -229,19 +227,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 **389**!
**New Libraries!**
Here's this week's new CircuitPython libraries:
* [library](url)
* [Adafruit_CircuitPython_Pastebin](https://github.com/adafruit/Adafruit_CircuitPython_Pastebin)
**Updated Libraries!**
Here's this week's updated CircuitPython libraries:
* [Adafruit_CircuitPython_ESP_ATcontrol](https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol)
* [Adafruit_CircuitPython_HT16K33](https://github.com/adafruit/Adafruit_CircuitPython_HT16K33)
* [Adafruit_CircuitPython_MLX90395](https://github.com/adafruit/Adafruit_CircuitPython_MLX90395)
* [Adafruit_CircuitPython_MLX90614](https://github.com/adafruit/Adafruit_CircuitPython_MLX90614)
* [Adafruit_CircuitPython_Wiznet5k](https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k)
* [CircuitPython_Community_Bundle](https://github.com/adafruit/CircuitPython_Community_Bundle)
* [library](url)
**CircuitPython Library PyPI Weekly Download Stats**
* **Total Library Stats**
* 239626 PyPI downloads over 324 libraries
* **Top 10 Libraries by PyPI Downloads**
* adafruit-circuitpython-busdevice: 26676
* adafruit-circuitpython-requests: 25631
* adafruit-circuitpython-typing: 25083
* adafruit-circuitpython-register: 1696
* adafruit-circuitpython-bitbangio: 1268
* adafruit-circuitpython-motor: 1176
* adafruit-circuitpython-ble: 1113
* adafruit-circuitpython-gps: 1055
* adafruit-circuitpython-esp32spi: 1041
* adafruit-circuitpython-wiznet5k: 1033
## Whats the team up to this week?