API wrapper for programmatic management of PythonAnywhere services.
It's a core code behind PythonAnywhere cli tool.
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