mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
cc0fe78382
The Debian package builder has been saved to `bin/mkdeb.py` for now. It needs to be refurbished into a `poethepoet` task subsequently.
451 B
451 B
Development Sandbox
Setup
Acquire sources and install project in editable mode.
git clone https://github.com/kennethreitz/responder
cd responder
python3 -m venv .venv
source .venv/bin/activate
pip install --editable '.[graphql,develop,release,test]'
Operations
Invoke linter and software tests.
poe check
Format code.
poe format
Release
git tag v2.1.0
git push --tags
poe release