View | Annotate | Download (65 Bytes)
Remove dependency on setuptools' ez_setup.
Install setuptools or distribute manually, it's your choice.
Remove generated .egg-info directory from repo.
Ignore .coverage directory
Removed unwanted, generated files.
The generated HTML files are useful to have committed to the repo but these pickle files surely are not.
Ignore setuptools directories
Modify the pylons app to publish a restism Resource instead of using Routes.
Initial cut at how I think I would like a WSGI-based REST-ful API to look.