Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 690 Bytes

File metadata and controls

36 lines (21 loc) · 690 Bytes

pythonanywhere-core

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.

Documentation

Full documentation is available at https://core.pythonanywhere.com/

Development

To create local development environment, run:

poetry install

To run tests:

poetry run pytest

To build docs:

cd docs
poetry run sphinx-build -b html . _build