Skip to main content

Python library dedicated to extract the information from the Seguimiento Curricular page of the Pontifical Catholic University of Chile (UC).

Project description

UCurriculum-Student🧍

Python library dedicated to extract the information from the "Seguimiento Curricular" page of the Pontifical Catholic University of Chile (UC); in particular, the actual courses taken by a student.

Installation

For the installation of the library, use:

$ pip install ucurriculum-student

Getting Started

After installing UCurriculum-Student, you can start using it from Python like this:

from ucurriculum-student import Student

user = Student("USERNAME", "PASSWORD")

Were USERNAME and PASSWORD refers to the username and password, respectively, for accesing SSO-UC.

Obtaining information

After setting up the class in your virtual enviorement, you should want to obtain the information. For now, the library possesses only one method. This is the actual_courses method; it returns a dictionary where every course taken by the student in the actual semester is a Key and his respective section where the student is is his Value.

courses_taken_dict = user.actual_courses()
print(courses_taken_dict)

>>> {
"COURSE_0": "SECTION NUMBER",
"COURSE_1": "SECTION NUMBER",
...
}

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

ucurriculum_student-0.0.5.tar.gz (15.1 kB view hashes)

Uploaded Source

Built Distribution

ucurriculum_student-0.0.5-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

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