Hello,
I really like your elegant single-file webdav server.
I've made some small changes if you're interested, this pull request is to add a setuptools script for easy install.
Now the user can simply:
python setup.py install
and the modules will be installed in their system and usable from inside python:
import webdav
and from the command line as an executable called webdav
Hello, I really like your elegant single-file webdav server. I've made some small changes if you're interested, this pull request is to add a setuptools script for easy install.
Now the user can simply:
python setup.py install
and the modules will be installed in their system and usable from inside python:import webdav
and from the command line as an executable called webdavWould you be interested in pushing this to pypi for install with pip? http://peterdowns.com/posts/first-time-with-pypi.html If not would you mind if I push it up for you?