Skip to content

Python API clients for major school management systems in Australia by team from EnrolHQ

Notifications You must be signed in to change notification settings

team-and-systems-hq/sis-api-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of Python clients for interfacing with major Australian school management systems

Here you'll find a bunch of classes which will get you started with authentication and basic record fetching from major school management systems.

There are clients in here for Edumate, TASS, Sentral, Engage and PCSchool. I have also added a useful MSSQL client when you have to run raw queries and want to process data in Python.

Below is the list of URLs where you can find the API documentation for Aussie school management systems.

Please note that this code has been extrapolated from the various projects I've been working on over the past decade, which is a basic skeleton code to get you started.

You'll notice that most classes in here to do not catch exceptions when there is some kind of auth failure or when the API times out or can't be contacted. You'll have to put those in yourself and hook them into your logger. You just basically wrap the request calls into try and except and then catch those errors and log them.
I have purposely taken this code out to keep it simple to use and understand. Also I have
removed my logging method since everyone uses something different for that.

If you need help with understanding how this works or if you need help with any of the code, feel free to email me at [email protected].

LICENCE: MIT - Basically, I don't care how you use this. If you're using it at your school or making money of it. You can copy it and change it as much as you wish. But if you find it useful and see me at the pub you should buy a round :)

I'm planning to add more school management systems to this project as I find time. Feel free to submit pull requests with changes and additions.

I'm also planning to add a sample Django CRM project here which can be used by schools for different purposes and some instructions on how to run it in production.

About

Python API clients for major school management systems in Australia by team from EnrolHQ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages