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.22.tar.gz
(5.2 kB
view details)
File details
Details for the file ddsf-0.0.22.tar.gz.
File metadata
- Download URL: ddsf-0.0.22.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b8470c22d384202db871ad9b68d62c9bc3d69e68e4e976faca26f17fab03db5
|
|
| MD5 |
a0914b81c295e2b3a8197a4b3a468137
|
|
| BLAKE2b-256 |
0f8c1b32da171afd96f5a653b55a5223fb0a93275d76fd048489a2817d70422d
|