Metadata-Version: 1.1
Name: SQLAntaresia
Version: 0.3
Summary: Cross platform MySQL management tools aimed at both developers and system administrators
Home-page: http://github.com/mtorromeo/sqlantaresia
Author: Massimiliano Torromeo
Author-email: massimiliano.torromeo@gmail.com
License: MIT License
Download-URL: http://github.com/mtorromeo/sqlantaresia/tarball/v0.3
Description: SQLAntaresia
        ============
        SQLAntaresia is a cross platform MySQL management tool aimed at both developers and system administrators with a simple user interface.
        
        .. image:: https://lh6.googleusercontent.com/_9wOQn-OcPic/SsTIN9vu7uI/AAAAAAAADpk/oe7JLAAS2aQ/s900/sqlantaresia-screenie.png
        
        .. contents::
        
        Installation
        ------------
        The application should work reasonably well on all the platforms where the dependencies can be satisfied (Linux, \*BSD, OSX, Windows, ...),
        but at this point has only been tested on Linux operating systems and Windows XP 32bit.
        
        Packages
        ''''''''
        The code is hosted on `github <http://github.com/mtorromeo/sqlantaresia>`_
        
        Clone command::
        
        	git clone git://github.com/mtorromeo/sqlantaresia.git
        
        Dependencies
        ''''''''''''
        SQLAntaresia is a **python 2.6+** application and it also depends upon the following external libraries:
        
        * PyQt4 (4.6+)
        * paramiko
        * MySQL-python
        * DBUtils
        * setproctitle
        * PyCrypto (For unix only)
        
        Build instructions
        ''''''''''''''''''
        Before using this applications the Qt forms and icon resources must be compiled.
        There is a unix shell script in the root of the distribution package named *build.sh* that takes care of this process::
        
        	cd [SOURCE FOLDER]
        	sh build.sh
        	bin/sqlantaresia
        
        CHANGELOG
        ---------
        
        New in version 0.3
        ''''''''''''''''''
        * Refresh database/table list action
        * Sortable columns in data view
        * Display query execution time
        * Implemented a ssh keepalive packet to avoid network timeouts
        * Save/Restore main windows geometry
        * Close tab with middle click
        * Several bugs fixed
        
        New in version 0.2
        ''''''''''''''''''
        * Implemented query limit in the data tab (default: 1000)
        * Local port auto selection of the SSH tunnel (when local port = 0)
        * Better database error handling and reporting
        * Secured random number generator in SSH tunnels
        
        LICENSE
        -------
        Copyright (c) 2009-2012 Massimiliano Torromeo
        
        SQLAntaresia is free software released under the terms of the MIT license.
        
        See the LICENSE file provided with the source distribution for full details.
        
        Contacts
        --------
        * Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
        
Keywords: qt,pyqt,desktop,mysql
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Requires: paramiko
Requires: MySQL_python
Requires: DBUtils
Requires: setproctitle
