Metadata-Version: 2.4
Name: edstem_api
Version: 0.1.0
Summary: Unofficial Python API for Edstem.org
Author-email: Kacie Beckett <git@kaciebeckett.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/misskacie/edstem-api
Project-URL: Issues, https://github.com/misskacie/edstem-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.34.2
Requires-Dist: websockets>=16.1.1
Dynamic: license-file

# Python Edstem API

Python API for Edstem features I find useful. Edstem API has no documentation and is in beta so this is not guaranteed to not break. API has been reverse engineered from network requests.

Currently Implemented Features:
- Access and update Lessons, Modules, Slides and Code Challenges. Includes:
    - Updating code challenge workspace files and settings
    - Updating lesson settings such as due dates, adjustments etc

