python-dsf(ddsf)
installation
pip install ddsf
usage
# inititate connection
dsf = Ddsf(url, user, password)
rooms
# get all rooms
rooms = dsf.rooms()
# print room attributes
for room in dsf.rooms():
print(room.data)
# OR
print(room.pretty())
# edit room attributes
for room in dsf.rooms():
room.RoomName = "NewName"
room.update()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ddsf-0.0.20.tar.gz
(5.3 kB
view details)
File details
Details for the file ddsf-0.0.20.tar.gz.
File metadata
- Download URL: ddsf-0.0.20.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f29e845415c02884226b4bca8e29a1090b6cc37d1a2e60c83d7969b4e85920e
|
|
| MD5 |
656f003a35c6c651a91d1882bebbec8b
|
|
| BLAKE2b-256 |
69db8ea22657aca6855348522dd251af68419b96729a404e6b822039c18f25ff
|