Skip to main content

access dsf

Project description

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()

Project details


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.17.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page