From aba000961abd33b88bb82d757564bbd867e89abd Mon Sep 17 00:00:00 2001 From: Renato <33936751+N4S4@users.noreply.github.com> Date: Sat, 30 May 2026 15:33:57 -0400 Subject: [PATCH] Add synology-api entry to README Add an entry for synology-api to the README's list of Python libraries. The link points to N4S4/synology-api and notes it provides a Python wrapper for Synology NAS APIs (Surveillance Station, File Station, Download Station, Docker, and 50+ other endpoints). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59a4c19b18..ac39ccfe64 100644 --- a/README.md +++ b/README.md @@ -1124,6 +1124,7 @@ _Libraries for programming with hardware._ - [bleak](https://github.com/hbldh/bleak) - A cross platform Bluetooth Low Energy Client for Python using asyncio. - [pynput](https://github.com/moses-palmer/pynput) - A library to control and monitor input devices. +- [synology-api](https://github.com/N4S4/synology-api) - Python wrapper for Synology NAS APIs: Surveillance Station, File Station, Download Station, Docker, and 50+ other endpoints. ### Microsoft Windows