Python StudentVue Library
Project description
StudentVue API
This repository provides a easy way to access data from StudentVue portals in Python programs.
This project recently transitioned to using the SOAP API from the app instead of the web-based one. Using the SOAP API is much faster, consistent, and more lightweight. However, the APIs are not compatible, so if you need compatibility the web-based one, run pip install studentvue==1.3.2
.
See documentation on the underlying SOAP API here.
Logging In
pip install studentvue
or clone / download the repository and python setup.py install
.
from studentvue import StudentVue
sv = StudentVue('username', 'password', 'domain name')
Documentation
You can read some basic docs here.
Bugs and Contributing
Different districts may be running incompatible versions of StudentVue. If you find such an instance or to make general improvements, feel free to raise a new issue and/or open a pull request.
Ports
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 Distribution
Built Distribution
File details
Details for the file studentvue-2.0.5.tar.gz
.
File metadata
- Download URL: studentvue-2.0.5.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adfb6e0e0bd0b4ce75f16ab3cf1e7787811c7ec228d9514643cd22472759b013 |
|
MD5 | 080384701c42c3376597a2f50c45678a |
|
BLAKE2b-256 | f8dc3a4ed485e6a84539c6b26e2f8b9e0a6e8a065db19ad51c4b3e077ae3aa65 |
Provenance
File details
Details for the file studentvue-2.0.5-py3-none-any.whl
.
File metadata
- Download URL: studentvue-2.0.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3d7724405a416d53b56701c0316f043d751baa31f89168133beb52d8342dddb |
|
MD5 | 08dc3b4943c13619ceeb1e4df298f55b |
|
BLAKE2b-256 | 9d61f4b813cb77301fd35dc1e49d5fb29ac17d85124f3e6508bc41fdcec0015e |