I still, every time, get a thrill from seeing a Web interface to a new prototype. We're almost there. First we'll:
main.py
. If anything, this should have been done earlier.bottle
to requirements.txt
(recall that's where other tooling looks to determine what code our code depends on).pip install -r requirements.txt
at the command line).main.py
.pytest
to verify that the remaining tests still pass.bottle
dependency works by opening a Web browser and navigating to 0.0.0.0:8000.Here's the current commit in the veery/
repository.
Next post: Python task manager from scratch, part 16: Making a first Web display