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.11.tar.gz
(4.3 kB
view details)
File details
Details for the file ddsf-0.0.11.tar.gz.
File metadata
- Download URL: ddsf-0.0.11.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78d68017139811343e5e452f3f748a444e64ea55d97a3fb5823303ebeb560db7
|
|
| MD5 |
f6ff93a9bfd8af3a517cc37c294cff19
|
|
| BLAKE2b-256 |
0fcc178e8c32f3b4040d74eb36cbdb638d2925a88d2f0a34e9a2e4ce93e8cd46
|