Pukyong National University Smart-LMS Python client
Project description
부경대학교 Smart-LMS Python 클라이언트
사용법
import sys
from pknulms import LMSClient
lms = LMSClient()
if not lms.login('사용자 아이디', '사용자 비밀번호'):
print('로그인에 실패했습니다.')
sys.exit(0)
if lms.send_note('받는 사람 아이디', '제목', '내용'):
print('쪽지 전송 성공')
else:
print('쪽지 전송 실패')
lms.logout()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pknulms-1.0.2.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file pknulms-1.0.2.tar.gz
.
File metadata
- Download URL: pknulms-1.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93c93e5cff6c77bb4b00b75ea02aabc4c48aea0aa9a8392f0c6da15a9564e155 |
|
MD5 | c031f2f26bd3287743f8e2120c2b552b |
|
BLAKE2b-256 | 0c1420d3be5080b955229725247d46671a09f7987141421ff5c0b632331b0dc5 |
File details
Details for the file pknulms-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pknulms-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 956c58c1a72e55fa2084b9f17233ddac1a623fa854cee3cfad72051a08337389 |
|
MD5 | f189a121c18134e9020ed348f1159c19 |
|
BLAKE2b-256 | 63689221f2696d09175de49b3d73b617605616b30e3af117d215f4e3f5d73877 |