1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: python-synologydsm-api
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-aiofiles <!nocheck>,
python3-awesomeversion <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/mib1185/py-synologydsm-api#readme
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-synologydsm-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-synologydsm-api.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-synologydsm-api
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Asynchronous Python API for Synology DSM
The module provides a Python interface for interacting with the Synology
DiskStation Manager (DSM) via its web API. It allows for the management and
monitoring of Synology NAS systems, enabling tasks such as system information
retrieval, storage management, and interaction with various DSM services. The
library supports functionalities including managing user sessions, accessing
system status, utilizing download stations, handling shared folders,
controlling external USB storage, and interfacing with the surveillance
station. Additionally, it facilitates the retrieval of photos and the
execution of system commands, such as shutdown and reboot.
|