python >>> import MySQLdb # pSQL setzt auf MySQLdb auf >>> import pSQL >>> datenbank = "Beispiel" >>> connection = MySQLdb.connect("localhost", db=datenbank) >>> beispiel = pSQL.pSQL(connection, name=datenbank) >>> print beispiel >>> print beispiel.keys() ['Adressen'] >>> adress = beispiel.Adressen >>> print adress >>> ergebnis = adress.PLZ['5%'] >>> len(ergebnis) 3 >>> print ergebnis[0] { 'ID_Nummer': 233, 'Name': 'Dr. Hans Mustermann', 'Strasse': 'Musterstraße 13', 'PLZ': 50823, 'Ort': 'Köln' }