Cleanup now that I have more Python experience. v0.2
authorW. Trevor King <wking@drexel.edu>
Mon, 14 Mar 2011 19:44:17 +0000 (15:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 14 Mar 2011 19:51:04 +0000 (15:51 -0400)
commit61e47f2105122a8cbb851f75bc6c314b8873856c
treea62052a2b34432b2e0d433ccff9d160ec8a29626
parentc7ba5a49062d6aa53316ec97259168803097a3fa
Cleanup now that I have more Python experience.

* Bump to version 0.2
* Assorted changes towards more standard style (PEP 8)
* Things we don't want exported now prefixed with an underscore.
* Don't rely on __del__ for cleanup.
* Doctest-based tests (Nose is great!).
* Use Distutils, not Setuptools (easy_install is evil!).
* Add .gitignore and COPYING.
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
MANIFEST.in
README
curses_check_for_keypress.py
setup.py