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.24.tar.gz
(6.0 kB
view details)
File details
Details for the file ddsf-0.0.24.tar.gz.
File metadata
- Download URL: ddsf-0.0.24.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f583f5b8bfa10c333834dfdc94ac042694738c16feea07d49b40ae9075b5fa2
|
|
| MD5 |
04eda8eea1c18c81a177a5a0dc4ce3f9
|
|
| BLAKE2b-256 |
11831600bf1f188b7d31a6faa1c8b2b71498338ab577c451b3253d007d318294
|