[ANN] Gheat 0.2: Heatmaps for Google Maps, now with Pygame

2008-04-30 Thread Chad Whitacre
Greetings, program! I have released a new version of Gheat, heatmaps for Google Maps. Announcement with promo screencast here: http://blag.whit537.org/2008/04/gheat-02-pygame-pretty-colors.html Project homepage here: http://code.google.com/p/gheat/ chad -- http://mail.python.org/m

[ANN] gheat: heatmap tile server for Google Maps

2008-01-29 Thread Chad Whitacre
Greetings, program! I've just released a map tile server that adds a heatmap layer to a Google Map: http://code.google.com/p/gheat/ Knock yourself out. chad http://www.zetadev.com/software/ http://blag.whit537.org/ -- http://mail.python.org/mailman/lis

[ANN] Aspen 0.8: Introducing Simplates

2007-12-24 Thread Chad Whitacre
Greetings, program! I'm happy to announce version 0.8 of Aspen, a Python webserver. This version introduces "simplates," which bring Python and web templating as close as possible without actually mixing them. You'll find a 3-minute intro video plus docs and downloads here: http://www.zetad

[ANN] Aspen 0.7 -- WSGI + filesystem = sweet webserver

2007-01-15 Thread Chad Whitacre
Windows * Vasilis Dimos, for providing benchmarks * alefnula, for feedback on supporting Range requests Downloads, docs, and links are here: http://www.zetadev.com/software/aspen/ Thanks! yours, Chad Whitacre http://www.zetadev.com/ <- FOSS http://tech.whit53

[ANN] lib537 1.0a1 -- httpy, mode, restarter

2006-12-04 Thread Chad Whitacre
hange The first two were previously released separately; the third is released here for the first time. All can be used independently. Downloads and documentation are at: http://www.zetadev.com/software/lib537/ Thanks. Chad Whitacre -- http://mail.python.org/mailman/listinfo/python-ann

[ANN] httpy 1.0a1 -- smooths out WSGI's worst warts

2006-11-14 Thread Chad Whitacre
ks a major change of scope for httpy, from WSGI competitor to itty-bitty middleware. I'm late to the party, but it turns out Kool-Aid is still good warm. Help yourself: http://www.zetadev.com/software/httpy/ Thanks. Chad Whitacre http://www.zetadev.com/ -- http://mail.python.org/m

[ANN] mode.py 1.0a1

2006-11-08 Thread Chad Whitacre
if mode.DEVELOPMENT_OR_DEBUGGING: db = "mysql://localhost:3306/test" elif mode.STAGING: db = "mysql://dbserver:33000/staging" elif mode.PRODUCTION: db = "mysql://dbserver:33000/live" For full documentation and downloads, see the project hom

[ANN] httpy 0.9.0 -- a sane and robust HTTP library for Python

2006-02-24 Thread Chad Whitacre
wiki in only 20 seconds! Don't believe me? Check out the screencast (along with downloads and full documentation) at: http://www.zetadev.com/software/httpy/ Thank you. Chad Whitacre http://www.zetadev.com/ P.S. I'm going to be discussing httpy, testosterone, and a couple other p

[ANN] testosterone 0.4.1 -- the manly Python testing interface

2006-02-23 Thread Chad Whitacre
/software/testosterone/ Also, I have created a Google Group for discussion and support: http://groups.google.com/group/testosterone/ Thank you. Chad Whitacre http://www.zetadev.com/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software

[ANN] testosterone 0.4.0 -- a manly Python testing interface

2006-02-21 Thread Chad Whitacre
/testosterone/ Thank you. Chad Whitacre http://www.zetadev.com/ -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html

[ANN] introducing pytest: a testing interpreter for Python

2005-05-03 Thread Chad Whitacre
tware/pytest/ This initial release, version 0.3.0, is a development release. It will be of interest to those with a special interest in testing under Python, but will have bugs that may frustrate general users. Pytest is released under the following license: (c) 2005 Chad Whitacre