Metadata-Version: 1.1
Name: traduisons
Version: 0.6.1
Summary: A front-end to online translation services.
Home-page: http://traduisons.googlecode.com
Author: John Tyree
Author-email: johntyree@gmail.com
License: GPLv3
Description: Traduisons!
        ===========
        ![Traduisons Logo](https://traduisons.googlecode.com/files/traduisons.png)
        
        Traduisons! (French for "Let's Translate!") is a front-end for various online
        translation services, allowing translation of words and sentences without opening
        the browser. It is written in python and optionally uses a gtk-based gui.
        
        Traduisons! is focused on being as streamlined and fast as possible. It is
        designed to be a quick, reference tool, not a large-scale document
        translator.
        
        Traduisons! itself is not a translator. It works by sending a query string
        to a web-based translation service and copying the result to the
        clipboard and screen.
        
        All operations are performed with keyboard shortcuts or specific input
        characters such as '`/`' and '`.`'.
        
        Internet access is required to use Traduisons!.
        
        INSTALLATION
        
        As of version 0.4.1, traduisons is distributed as a standard python package. To
        install it, unzip and run
        
            python setup.py install [--user]
        
        or install directly from pypi
        
            pip install [--user] traduisons
        
        Screenshots
        -----------
        ![](http://traduisons.googlecode.com/files/screenshot-05-linux.png)
        ![](http://traduisons.googlecode.com/files/screenshot-02-linux.png)
        ![](http://traduisons.googlecode.com/files/screenshot-03-windows.png)
        ![](http://traduisons.googlecode.com/files/screenshot-04-windows.png)
        ![](http://traduisons.googlecode.com/files/screenshot-01-linux.png)
        
Platform: noarch
Requires: python (>= 2.5, < 3.0)
Requires: pygtk
