]> git.scottworley.com Git - hellowebpy/commit - setup.py
A minimal "hello world" python web server v1.0.0
authorScott Worley <scottworley@scottworley.com>
Wed, 5 Apr 2023 03:22:43 +0000 (20:22 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 5 Apr 2023 03:30:32 +0000 (20:30 -0700)
commitf95935ab51cb4943f782fcec237a2a6701660ed2
treec3b2be4b31c76b10aab9bf45d0a00434b68bc9f0
A minimal "hello world" python web server
.gitignore [new file with mode: 0644]
Changelog [new file with mode: 0644]
README.md [new file with mode: 0644]
default.nix [new file with mode: 0644]
git-pre-commit-hook [new file with mode: 0755]
hellowebpy.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
test.sh [new file with mode: 0755]
tests/says-hello.sh [new file with mode: 0755]