dvdotsenko / git_http_backend.py

Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.
git_http_backend_python_wsgi
GNU Lesser General Public License v2.1
72 stars 15 forks source link

FEATURE: Make NWSGI (WSGI for IronPython - .Net) compatible. #8

Closed dvdotsenko closed 14 years ago

dvdotsenko commented 14 years ago

Subprocess module used here is absent in default IronPython install.

Need to fix 3rd party subprocess module and distribute a version with this repo.