iterapi
Python API to Student's Campus portal of ITER
Installation
pip install iterapi
or
pip3 install iterapi
Usage
Example
from iterapi import Student
st = Student('regdno','password') # Login to the portal
st.getInfo() # returns a dictionary containing student details
st.getPhoto() # writes photo as registration_no.jpg
st.getAttendance() # returns a dictionary containing attendance
st.getResult() # returns a dictionary containing results
st.getDetailedResult(sem_no) # returns a dictionary containing details of a semester result
st.downloadSemResult(sem_no) # writes result document as registrationno_sem_no.pdf
Release files for iterapi 1.2.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iterapi-1.2.7.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iterapi-1.2.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / iterapi-1.2.7.tar.gz
| Download URL | iterapi-1.2.7.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d41b779beec46e4801781c4408b5760548719ca1631a81df2600c5a66bcdf18b
|
|
BLAKE2b-256 checksum How to use checksums |
76b908b723afc460f64fe05ce21e90fd8743b25f709aebba7259940a2e93cade
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|
Release files / iterapi-1.2.7-py3-none-any.whl
| Download URL | iterapi-1.2.7-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dffea30a721454116daf840fcb2c4c7589afd2c0044605ccc8565cd92cc618b3
|
|
BLAKE2b-256 checksum How to use checksums |
570dd8abe8a30973823c47516d3f8029b96f49b97f3291fe99fae190398e2554
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.3
|