ANN : occmodel v0.1.0

2012-11-23 Thread Runar Tenfjord
://github.com/tenko/gltools Documentation : http://tenko.github.com/gltools/index.html As this is the first official release some hurdles are expected Binary installers are available for the Windows platform. Best regards Runar Tenfjord -- http://mail.python.org/mailman/listinfo/python-list

ANN : svgplotlib 0.1

2010-11-03 Thread Runar Tenfjord
**svgplotlib** is a lightweight python package for creating SVG graphs and charts. The TEX package and freetype extension have been ported from matplotlib. Compared to matplotlib the dependency om numpy have been removed. Homepage : http://code.google.com/p/svgplotlib/ Download :

ANN: svg2rlg

2010-11-03 Thread runar . tenfjord
svg2rlg is a python tool to convert SVG files to reportlab graphics. The tool can be used as a console application to convert SVG to PDF files. Homepage: http://code.google.com/p/svg2rlg/ Download : http://pypi.python.org/pypi/svg2rlg/ Known problems ( AKA todo list): * Missing support for

[issue3783] dbm.sqlite proof of concept

2010-01-09 Thread Runar Tenfjord
Runar Tenfjord runar.tenfj...@gmail.com added the comment: Multi threading: According to http://www.sqlite.org/cvstrac/wiki?p=MultiThreading we need to keep a connection for each thread to support multi threaded access to the database. I came across this when deploying an application

[issue3783] dbm.sqlite proof of concept

2009-11-19 Thread Runar Tenfjord
Runar Tenfjord runar.tenfj...@gmail.com added the comment: By utilizing triggers on inserts and deletes it is possible to keep track of the size and speed up __len__ by 10 x. SQL: CREATE TABLE IF NOT EXISTS info (key TEXT UNIQUE NOT NULL, value INTEGER NOT NULL); INSERT OR IGNORE

ANN: pyscite

2009-05-03 Thread Runar Tenfjord
ANN: pyscite released Download it from: http://code.google.com/p/pyscite/ What is pyscite? Pyscite is a python module for accessing the SciTE editors Director Interface on windows. Example are included with code to integrate the aspell spell checker engine with SciTE. --