htmldata 1.1.1

2007-10-27 Thread Connelly Barnes
Bug-fix release of htmldata, fixes error when parsing whitespace inside tags. Description of the htmldata module, from its PyPI site: http://cheeseshop.python.org/pypi/htmldata/ "Extract and modify HTML/CSS URLs, translate HTML documents <-> list data structures. The htmldata module allows

ANN: Leo 4.4.4 beta 4 released

2007-10-27 Thread Edward K Ream
Leo 4.4.4 beta 4 is available at: http://sourceforge.net/project/showfiles.php?group_id=3458&package_id=29106 This beta 4 version fixes all bugs reported against Leo 4.4.4 beta 3. Leo is a text editor, data organizer, project manager and much more. See: http://webpages.charter.net/edreamleo/intro

ANN: Browsershots 0.4-beta2

2007-10-27 Thread Johann C. Rocholl
The second beta version of Browsershots 0.4 has been released under the GNU GPL (Version 3) today. Browsershots is a distributed system for automatically making screenshots of web content in different browsers. Both the server and the screenshot factory software are written in Python. Project Stat

ceODBC 1.2

2007-10-27 Thread Anthony Tuininga
What is ceODBC? ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few additions. I have tested this on Windows against SQL Server, Access, dBASE and Oracle and others have reported success on mo

ANN: cssutils 0.9.4a2

2007-10-27 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. changes since 0.9.4a1 - for full details see the relevant README file http://cssutils.googlecode.com/svn/tags/TAG_0.9.4a2/README.txt - **FEATURE**: added ``Preferences.useMinified()`` whic