Python SDK for PythonAnywhere API - programmatic management of PythonAnywhere services including webapps, files, scheduled tasks, students, and websites.
Core library behind the PythonAnywhere cli tool.
Full documentation is available at https://core.pythonanywhere.com/
To create local development environment, run:
poetry installTo run tests:
poetry run pytestTo build docs:
cd docs
poetry run sphinx-build -b html . _build