Skip to main content

Python module for saint.ssu.ac.kr

Project description

# pysaint

saint.ssu.ac.kr 에서 수강신청 과목정보를 실시간으로 가져오는 라이브러리 입니다.

## setup (for library developer)

```sh
python ./setup.py build
python ./setup.py install
```

## setup (for end user)
```sh
pip install pysaint
```
## Usage

```python
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


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.3.tar.gz (13.0 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