Skip to main content

A small package to help authenticate and use dulms api

Project description

DULMS SDK

this package is a simple non official SDK for DULMS

this package is still in development and the responses are pure from the server without any sanitization

usage

login

from delta_sdk import delta_auth

auth = delta_auth.login("https://dulms.deltauniv.edu.eg")
auth.auth("USERNAME", "PASSWORD")

get user data

from delta_sdk import delta_auth

auth = delta_auth.login("https://dulms.deltauniv.edu.eg")
auth.auth("USERNAME", "PASSWORD")

data = auth.get_user_data()
print(data)

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

delta_sdk-0.0.11.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

delta_sdk-0.0.11-py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 3

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