from eve import skilltree fp = file('skills.xml') for char in skilltree.getCharacters(fp.read()): print '%s (%s)' % (char.name, char.corporation) print '%s - %s %s' % (char.race, char.bloodline, char.gender) print '%s isk' % (char.isk,) print char.implants print char.attributes print char.skills