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.15.tar.gz
(4.7 kB
view details)
File details
Details for the file ddsf-0.0.15.tar.gz.
File metadata
- Download URL: ddsf-0.0.15.tar.gz
- Upload date:
- Size: 4.7 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 |
4daf4f82b824441a6d5c05dd15b2284e33e93eb0c794d97f62f760d65836a250
|
|
| MD5 |
e280e3f0b3a948050187dfbba9a9bd49
|
|
| BLAKE2b-256 |
debd0292cf88f1a9e94dc5a3f8153dd01cbd3259c101b7065bc7ed8d0c7077fe
|