Comcigan api for Python
Project description
Installation
$ pip install python-comcigan
Features
- Get timetable
- Get subjects
- Get homeroom teachers
- Get teachers
- Get classCount
Without any dependencies!
Usage/Examples
setup for 신흥중학교 in 경기:
from comcigan import Comcigan
comcigan: Comcigan = Comcigan(schoolName='신흥중학교', schoolRegion='경기')
synchronizing data with comcigan site:
comcigan.synchronize()
printing first period of class 3-1 on monday:
print(comcigan.getPeriods()[2][0][0][0])
printing homeroom teacher of 2-1:
print(comcigan.getHomeroomTeachers()[1][0])
printing period starting time of sixth period:
print(comcigan.getPeriodStartingTimes()[5])
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_comcigan-1.0.4-py3-none-any.whl.
File metadata
- Download URL: python_comcigan-1.0.4-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e80ef23a65d9192a8ef3dec8210e6ce53ebd114fc815a5385b0d26959634ffe
|
|
| MD5 |
bde8490f4be48eb0e6d6bcefc0c3685e
|
|
| BLAKE2b-256 |
dab744da0918b19bb27f2aa347943a45f587d7839851be9b956d9b63e234e9dd
|