Posts Tagged ‘python’

PyGTK XDot Widget

XDot es un magnífico componente para representar grafos interactivos con Python, Graphviz y GTK. De la web del autor: xdot.py is an interactive viewer for graphs written in Graphviz’s dot language. It uses internally the graphviz’s xdot output format as an intermediate format, and PyGTK and Cairo for rendering. xdot.py can be used either as [...]

Reports with Cheetah templates

I’ve found Cheetah template engine very useful to build custom reports. With a very small set of syntactic rules you can mix html and python to generate dynamic content. This is a small example extracted from my project: filename default.html: #import time #from vazaarlib.i18n import _ #from vazaarlib.utils import fuzzy_date, str2utf8, get_resource_contents #from vazaarlib.utils import [...]

Vazaar 0.4.8: a new release for testing

Hi, another version of Vazaar is out for testing. Get it while hot. There are a lot of changes respect older versions. Now, you can manage easily your notes, diary, bookmarks an other resources. Also, you can display them as graph of connected resources or as a list. Resources can be imported/exported to/from other persons. [...]

distutils implemented

Finally, I got the way to implement distutils into Vazaar. It lacks support for i18n/gettext but it is in the way. I’ve released a new tarball. You can launch it as developer inside your home with the command ./launch But if you prefer a wide-system install, you must use the following command: sudo python2.5 setup.py [...]

Vazaar 0.4 (aka Sacabambaspis) released

Hi everybody, a new version of vazaar have been released for testing purposes. Although it’s stable you can consider it as proof of concept. This version is a redesign of the previous one. While the old one was developed in C, the new one is being developed with Python. Also, I’ve been studying a new [...]