Python Libraries for SKY School API

Hey everyone! I'm currently the Database Admin at Tampa Preparatory School and have made several pypi libraries for interacting with the SKY API.

Comments

  • Please feel free to use any of these as is or fork.

    The sky-api-python-client is for calling the sky API directly

    Sky-reports is for dynamically creating/updating my database and google spreadsheets. Main.py is a Flask website that I use to perform the updates. It's hosted on Google APP Engine

    Sky-website is an example Django/React Website to provide a UI for attendance. The API isn't actually integrated yet, but the rest is built out.

    Sky-database is a library for creating and updating a PSQL database with SKY API data. I use sqlalchemy to get the job done

  • Please feel free to email me @ warren.hyson5@gmail.com if you have questions. I seldom check this site

Categories