mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 14:50:19 +00:00
563 B
563 B
(sandbox)=
Development Sandbox
Setup
Set up a development sandbox.
Acquire sources and create virtualenv.
git clone https://github.com/kennethreitz/responder.git
cd responder
uv venv
Install project in editable mode, including all runtime extensions and development tools.
uv pip install --editable '.[full,develop,docs,release,test]'
Operations
Invoke linter and software tests.
source .venv/bin/activate
poe check
Format code.
poe format
Documentation authoring.
poe docs-autobuild