curses-check-for-keypress.git
13 years agoCleanup now that I have more Python experience. v0.2
W. Trevor King [Mon, 14 Mar 2011 19:44:17 +0000 (15:44 -0400)]
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.

14 years agoBegan versioning. v0.1
W. Trevor King [Wed, 17 Jun 2009 15:17:39 +0000 (11:17 -0400)]
Began versioning.