I wrote this before I was a Software Engineer, back when I was a Data Analyst at Modesto City Schools, to solve my own problem. CAASPP (California's statewide student assessment system) and its sibling sites (TIDE, TOMS, CERS) have no public API, so pulling roster data, test results, and coordinator reports meant logging into each and clicking through exports by hand which was a huge time suck.
This package wraps those sites with a Python client so the same workflows run as a script where you authenticate once, fetch the file you need, move on. It sped up our workflow drastically, taking one process from 2 weeks to 2 hours.
Why it's still here
It's still in weekly use at Modesto City Schools (30,000+ students). The code is frozen, I haven't touched it because the underlying state systems it wraps haven't changed, and it still works.