API wrapper for programmatic management of PythonAnywhere services.
It's a core code behind PythonAnywhere cli tool.
To create local development environment, run:
poetry installTo run tests:
poetry run pytestTo build docs:
cd docs
poetry run sphinx-build -b html . _build