Skip to main content

Interface for accessing SynergyVUE data

Project description

SynergyVUE Python Client

Access your StudentVUE information via Python.

About

StudentVUE object provides access to student data via python WSDL.

StudentVUE is a product from Edupoint that schools use for both parents and students to access course and grade information. I'm not affiliated with or work for Edupoint.

This project is a result of wanting to provide student data as sensors/attributes for Home Assistant. If you are into home automation, definitely check out Home Assistant!

Installation

pip install synergyvue

Usage

from synergyvue import StudentVUE

student = StudentVUE('username', 'password', 'host')

student.id # Student ID from StudentVUE
student.name # First name from StudentVUE
student.full_name # Full name from StudentVUE
student.grade # Grade level of student. Ie, 07, 10, 12...
student.school # School Name
student.course_count # Total number of courses
student.gpa # Calculated from grade_raw total. Excludes courses where grade_letter is listed as N/A.
student.missing_assignments # Total number missing assignments for all courses
student.reporting_period # Ie, Quarter 3
student.reporting_period_start # Start date for this grading period
student.reporting_period_end # End date for this grading period
student.url # URL used for WSDL
student.last_updated # Date when data was fetched
student.meeting_date # For x/y alt day schedules
student.meeting_day  # for x/y alt day schedules

student.courses # Dictionary of courses. Course title is dict key.
  # title
  # id
  # room
  # staff
  # staff_email
  # mark_name
  # grade_letter
  # grade_raw
  # missing_assignments - Total missing assignments for this course

StudentVUE vs ParentVUE?

StudentVUE is what an individual student uses to access their own information only. iOS apps and web interfaces are available for students to login.

ParentVUE is for parents to access their children's information. iOS app and web interface is available for parents to use.

The main difference is as a parent, you start up at a higher level and can pick which of your children you want to view information for. Once you choose a child, it then behaves pretty much the same as StudentVUE. Parents also have their own account to use so you don't have to worry about keeping track of your child account username/password.

Testing

I am only able to test this with our public school district. However, doing google searches on SynergyVUE results in the URL's for the login page for other districts. By grabbing the hostname and adding the WSDL URL to the results, I am able to pull up the interface which looks the same as the one for our school. My assumption is this will work for anyone using StudentVUE. If you are able to test and verify, please let me know!

TODO

  • Add support for ParentVUE
  • Ensure all error handling is correct

Changelog & Releases

  • 0.0.3 - Initial release considered alpha at this point

License

MIT License

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

synergyvue-0.0.3.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synergyvue-0.0.3-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file synergyvue-0.0.3.tar.gz.

File metadata

  • Download URL: synergyvue-0.0.3.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for synergyvue-0.0.3.tar.gz
Algorithm Hash digest
SHA256 dc9bbe6f9b3baabe906d100711d1d49c119c536f5a83b24413e6561d22b8cf76
MD5 d2a8b7162a08c8e8db9f14edf0fe416f
BLAKE2b-256 1aaca5ca5c58bfa3168f83f0609369d707c75eac09c195fb8f7a33dac9135d2e

See more details on using hashes here.

File details

Details for the file synergyvue-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: synergyvue-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for synergyvue-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9af83bfa59e4a41e63ed25e849653e1e55148a242cb555724909f170ab09c384
MD5 ae4ac1d2c700805de638dc6154a1b8ff
BLAKE2b-256 46422ba9b268916cb98371332e90df2cc9feb5fb33bd393169ef90de5c5ca69f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page