Skip to content

Commit 10295cc

Browse files
committed
Merge branch 'update-libraries'
2 parents 0d815c7 + 0bff02f commit 10295cc

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

.spelling

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dbus
3535
docopt
3636
gmqtt
3737
iniparse
38+
kchd
3839
kiwisolver
3940
matplotlib
4041
pydantic
@@ -46,4 +47,5 @@ pytz
4647
pyudev
4748
pyusb
4849
setuptools
50+
tomli
4951
udiskie

programming/python/libraries.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,41 @@ Robot Kit
1111

1212
The following python libraries are installed and available for use in your robot's software:
1313

14-
* [astoria 0.8.0](https://pypi.org/project/astoria)
14+
* [astoria 0.10.0](https://pypi.org/project/astoria)
1515
* [cached-property 1.5.2](https://pypi.org/project/cached-property)
16-
* [click 8.0.1](https://pypi.org/project/click)
17-
* [cycler 0.10.0](https://pypi.org/project/cycler)
18-
* [dateutil 2.8.2](https://pypi.org/project/python-dateutil/)
19-
* dateutil-zoneinfo 2.8.2
16+
* [click 8.1.2](https://pypi.org/project/click)
17+
* [cycler 0.11.0](https://pypi.org/project/cycler)
18+
* [dateutil 2.8.2](https://pypi.org/project/python-dateutil)
2019
* [dbus-next 0.2.3](https://pypi.org/project/dbus-next)
2120
* [docopt 0.6.2](https://pypi.org/project/docopt)
22-
* [gmqtt 0.6.10](https://pypi.org/project/gmqtt)
23-
* [gpg 1.16.0](https://pypi.org/project/gpg)
21+
* [gmqtt 0.6.11](https://pypi.org/project/gmqtt)
22+
* [gpg 1.17.1](https://pypi.org/project/gpg)
2423
* [iniparse 0.5](https://pypi.org/project/iniparse)
25-
* [j5 0.13.1](https://pypi.org/project/j5)
26-
* [j5-zoloto 0.2.0](https://pypi.org/project/j5-zoloto)
27-
* [kiwisolver 1.3.2](https://pypi.org/project/kiwisolver)
28-
* [matplotlib 3.4.1](https://pypi.org/project/matplotlib)
29-
* [numpy 1.21.2](https://pypi.org/project/numpy)
30-
* opencv 4.5.2
31-
* [pandas 1.3.3](https://pypi.org/project/pandas)
32-
* [pillow 8.3.2](https://pypi.org/project/Pillow/)
33-
* pkg-resources 57.4.0
34-
* [pydantic 1.8.2](https://pypi.org/project/pydantic)
35-
* [pygobject 3.40.1](https://pypi.org/project/PyGObject/)
36-
* [pyparsing 2.4.7](https://pypi.org/project/pyparsing)
24+
* [j5 1.1.2](https://pypi.org/project/j5)
25+
* [j5-zoloto 0.4.0](https://pypi.org/project/j5-zoloto)
26+
* [kchd 0.4.0](https://pypi.org/project/kchd)
27+
* [matplotlib 3.5.1](https://pypi.org/project/matplotlib)
28+
* [numpy 1.22.3](https://pypi.org/project/numpy)
29+
* opencv 4.5.5
30+
* [pandas 1.4.2](https://pypi.org/project/pandas)
31+
* [pillow 9.0.1](https://pypi.org/project/Pillow)
32+
* [pydantic 1.9.1](https://pypi.org/project/pydantic)
33+
* [pygobject 3.42.0](https://pypi.org/project/PyGObject)
34+
* [pyparsing 3.0.7](https://pypi.org/project/pyparsing)
3735
* [pyquaternion 0.9.9](https://pypi.org/project/pyquaternion)
3836
* [pyserial 3.5](https://pypi.org/project/pyserial)
39-
* [pytz 2021.1](https://pypi.org/project/pytz)
40-
* [pyudev 0.22.0](https://pypi.org/project/pyudev)
37+
* [pytz 2022.1](https://pypi.org/project/pytz)
38+
* [pyudev 0.23.2](https://pypi.org/project/pyudev)
4139
* [pyusb 1.2.1](https://pypi.org/project/pyusb)
42-
* [pyyaml 5.4.1](https://pypi.org/project/PyYAML/)
43-
* [rpm 4.16.1.3](https://pypi.org/project/rpm)
44-
* [setuptools 57.4.0](https://pypi.org/project/setuptools)
40+
* [pyyaml 6.0](https://pypi.org/project/PyYAML)
41+
* [rpi.gpio 0.7.0](https://pypi.org/project/rpi.gpio)
42+
* [setuptools 59.5.0](https://pypi.org/project/setuptools)
4543
* [six 1.16.0](https://pypi.org/project/six)
46-
* [sr-robot3 2022.0.2](https://pypi.org/project/sr.robot3/)
47-
* [toml 0.10.2](https://pypi.org/project/toml)
44+
* [sr.robot3 2023.0.4](https://pypi.org/project/sr.robot3)
45+
* [tomli 2.0.1](https://pypi.org/project/tomli)
46+
* [tomli-w 1.0.0](https://pypi.org/project/tomli-w)
4847
* [typing-extensions 3.10.0.0](https://pypi.org/project/typing-extensions)
4948
* [udiskie 2.3.3](https://pypi.org/project/udiskie)
50-
* udiskie-locale-en-us 2.3.3
5149
* [zoloto 0.8.0](https://pypi.org/project/zoloto)
5250

5351
If you wish to use a library that isn't listed above, get in contact with us on Discord and have a chat with us about it.

0 commit comments

Comments
 (0)