Rabbit Modules - Dynamic C - Python

2006-10-23 Thread Picio
Hello,
I would wonder if anyone knows something about programming with
Python, Rabbit Core Modules, that normally were programmed with Dynamic
C.

I mean either:
- something like using python to create code in dynamic suitable for
the rabbit core
- writing machine code for the rabbit core using a python API.

Sorry if I'm not using the rights technicals words.

Picio

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


MySQL -->Python-->XML for JSviz

2007-07-03 Thread Picio
Hello all, I need some advice to choose an xml generator for jsviz a
tool in javascript to create some wonderful graphs (SnowFlake or Force
directed).

Starting from a SQL table (mysql) I need to create a XML file with a
structure like this:

  
  
  
  
  
  


Where nodes attributes are the MySQL table fields (the PK will be the
attribute).
I know there are a lot of good tools to do this in pyhton (some maybe
is already shipped with pyton itself), but since I need a lot of
flexibility for the future I'd like to use an Object relational mapper
like SQLAlchemy or SQLObject todo the job. When I say flexibility, I
have in mind a solution to have multiple formats coming outside of the
ORM:
json, csv, plain text etc...
Am I wrong?
Can someone advice something?

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