Saturday, July 23, 2005

Type-checking module for Python

I just published version 0.1.0 of typecheck, a type-checking module for Python. It is registered at the Python Package Index and everything.

I wrote the setup scripts in about fifteen minutes and tweaked them for an hour or so using setuptools which I am now convinced kicks some pretty major ass. It was really easy to package everything up and upload it to PyPI. setuptools can even do special tricks like allowing you to deploy a "development" version of your package that you can edit from your checkout directory but that still gets included in sys.path - really neat stuff.

No comments: