Hacker News new | ask | show | jobs
by foxhop 529 days ago
I was just thinking about something like this for very small web applications (1,200 line app.py & 600 lines of html templates), something lighter than requiring a working docker install.

a handful of dependencies (mostly Pyramid based at the moment) & whatever dependencies those have, pull it all down & serve it out of a tarball or zip file of a portable virtualenv.