Python module for saint.ssu.ac.kr
Project description
pysaint
saint.ssu.ac.kr 에서 수강신청 과목정보를 실시간으로 가져오는 라이브러리 입니다.
setup (for library developer)
python ./setup.py build
python ./setup.py install
setup (for end user)
pip install pysaint
Usage
import pysaint
res = pysaint.get('전공', ['2018'], ['2 학기'])
print(res)
res = pysaint.get('교양필수', range(2015, 2017), ('1 학기', '여름학기', '2 학기', '겨울학기'))
print(res)
res = pysaint.get('교양선택', (2016, ), ('1 학기', ))
print(res)
pysaint.save_json('./json/', '{}-{}-전공'.format('2016', '1 학기'), res)
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
pysaint-1.4.31.tar.gz
(13.1 kB
view details)
File details
Details for the file pysaint-1.4.31.tar.gz
.
File metadata
- Download URL: pysaint-1.4.31.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fd633c417cbef2815ba56e969764c5c5e35abc48d5471783dd6a97e8cc0a261 |
|
MD5 | 46a3a491723fde9545a9581a6813aa64 |
|
BLAKE2b-256 | c4721564e3a7b6be2900d1775d0954577a41139dc8f8bc0ad610304b29d8daf3 |