This looks like a fairly extensive change, but its actually rather modest and doesn't include any of my own app-specific code
split pynest.py into a main program and a library. this has been done numerous times in various forks. I think my commit is the minimal necessary to make it a useful
created a package for the pynest library, and pynest easily installed via pip:
This looks like a fairly extensive change, but its actually rather modest and doesn't include any of my own app-specific code
created a package for the pynest library, and pynest easily installed via pip:
% pip install git+https://github.com/Tengah/pynest (or whatever your github repo is)
it will now be now super easy to add pynest to https://pypi.python.org/
feedback welcome