ANN: Yet Another Python Graphviz Binding

2006-02-23 Thread finite . automaton
(already announced this on c.l.py, but maybe it should be here, too...)


Introducing Yapgvb, a Python wrapper around the AT&T's graph layout
library Graphviz.

Features:
  - A nice clean Pythonic interface
  - Boost.Python wrapper around the C libraries; no more fiddling with
system calls to dot.
  - Read and write .dot files using Graphviz's own library routines.
  - Translation to and from Boost.Graph; do your computation using
Boost, and draw it with Graphviz.

URL:   http://yapgvb.sourceforge.net

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


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

2006-02-23 Thread Chad Whitacre
Greetings, program!

I have issued a point release for testosterone, the manly Python testing 
interface. The package I released two days ago did not install properly 
on GNU/Linux. This release fixes that issue, and a bug with single-test 
TestCases. It is available at:

   http://www.zetadev.com/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 Foundation:
http://www.python.org/psf/donations.html