SQLObject 0.9.1

2007-07-27 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.9.1 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started wi

ANN: New ShowMeDo video - Learn Django: Create a Wiki in 20 minutes

2007-07-27 Thread Ian Ozsvald
Summary: In 20 minutes learn how to write a working Wiki with Django from a fresh install. Video by Siddhi. http://showmedo.com/videos/video?name=110&fromSeriesID=110 Detail: "In this tutorial, I introduce the basics of Django by walking you through the development of a simple wiki applica

ANN: mod_wsgi 1.0c1 now available

2007-07-27 Thread Graham Dumpleton
The initial release candidate for version 1.0 of mod_wsgi is now available for final testing. The software and documentation are both available from: http://www.modwsgi.org The mod_wsgi package consists of an Apache web server module designed and implemented specifically for hosting Python base

ANN: PyQwt-4.2.3 released

2007-07-27 Thread Gerard Vermeulen
What is PyQwt ( http://pyqwt.sourceforge.net ) ? - it is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and contro

SQLObject 0.7.8

2007-07-27 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.7.8 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started wit

ANN: eGenix EuroPython 2007 Presentations & Videos

2007-07-27 Thread eGenix Team: M.-A. Lemburg
eGenix EuroPython 2007 Presentations & Videos eGenix is pleased to announce the immediate availability of PDF and Flash video versions of t

ceODBC 1.0

2007-07-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 exceptions. I have tested this on Windows against SQL Server, Access and Oracle. On Linux I have tested this against Postgre

SQLObject 0.8.5

2007-07-27 Thread Oleg Broytmann
Hello! I'm pleased to announce the 0.8.5 release of SQLObject. What is SQLObject = SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started wi

ANN: cssutils 0.9.2b1

2007-07-27 Thread Chris
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Style Stylesheets and CSS interfaces. An implementation of the WD CSS Module: Namespaces which has no official DOM yet is included from v0.9.1. changes since 0.9.1 ---