README
changeset 76 3a41b351b122
parent 34 98c7809af415
child 83 515fadd3d286
equal deleted inserted replaced
75:39f777341db4 76:3a41b351b122
     1 =========
     1 =========
     2 pgtoolkit
     2 pgtoolkit
     3 =========
     3 =========
       
     4 
       
     5 Requirements
       
     6 ------------
       
     7 
       
     8  * Python 3.2+
       
     9  * Psycopg2
       
    10 
       
    11 Optional:
       
    12  * MyManager:
       
    13    * MySQLdb 1.2.3
       
    14    * see extras for Python3 patch
       
    15  * pgconsole:
       
    16    * GTK3 + Python bindings + Cairo + GtkSource
       
    17    * packages in Debian: python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-gtksource-3.0
       
    18  * browser:
       
    19    * tuikit (http://hg.devl.cz/tuikit)
     4 
    20 
     5 General Python Modules
    21 General Python Modules
     6 ----------------------
    22 ----------------------
     7 
    23 
     8 pgmanager.py - Database connection manager (pooling etc.)
    24 pgmanager.py - Database connection manager (pooling etc.)