An extension to the ducttape package for automating common tasks in California Department of Education's CALPADS system.
Because this is an extension of the ducttape package, we also need to set up a proper Chrome + Selenium environment before installing ducttape-calpads
:
- Set up a Chrome + Selenium environment on your computer. Instructions here.
- We currently use tags on GitHub for versioning. You can check the releases to find the latest release version or find older versions. To install a release in your preferred environment, we recommend running:
pip install git+https://github.com/SummitPublicSchools/[email protected]
(you can set the@v0.4.0
to a preferred version, i.e.@version_tag
.)