Metadata-Version: 1.0
Name: crunchyfrog
Version: 0.2-alpha1
Summary: Simple GNOME database tool
Home-page: http://crunchyfrog.googlecode.com
Author: Andi Albrecht
Author-email: albrecht.andi@gmail.com
License: UNKNOWN
Description: CrunchyFrog is a SQL editor and database schema browser for the GNOME desktop.
        
        Supported databases
        ===================
        
        * PostgreSQL (requires psycopg2)
        * MySQL (requires MySQLdb)
        * SQLite (requires python-sqlite3)
        * Oracle (requires cx_Oracle)
        
        It is written in Python (PyGTK) and provides a setuptools based plugin system, which is completely undocumented for now (read the source ;-)
        
        Check out the Google pages for the most recent version.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Desktop Environment :: Gnome
