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.7.tar.gz
(3.6 kB
view details)
File details
Details for the file ddsf-0.0.7.tar.gz.
File metadata
- Download URL: ddsf-0.0.7.tar.gz
- Upload date:
- Size: 3.6 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.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cce0acb97a1f65c1b04b636b49b2b1551eda6ecb6863a37e1d4fe47a789ba98
|
|
| MD5 |
082ba799333b5370169321c48f93a0a9
|
|
| BLAKE2b-256 |
9847e096c2430cc352079edcf25cfc0a419a8fac354b78bce945e402ec5322ed
|