Metadata-Version: 1.0
Name: lingvoreader
Version: 0.1.4
Summary: Lingvo X5 lsd reader Utilities
Home-page: https://github.com/sv99/lsdreader
Author: sv99
Author-email: sv99@inbox.ru
License: UNKNOWN
Description: lingvoreader
        ============
        
        python analog ABBYY DSL Compiler x5 - decomile LSD dictionary to DSL.
        
        Based on C++ source decoder.zip from ru-board user tr7_
        
        .. _tr7: http://forum.ru-board.com/profile.cgi?action=show&member=tr7
        
        Project Page: https://github.com/sv99/lsdreader
        
        Install
        -------
        
        Install a package:
        
        ::
        
          easy_install lingvoreader-0.1.4-py2.7.egg
        
        or
        
        ::
        
          pip install lingvoreader
        
        Usage
        -----
        
        ::
        
          lsdreader [-h] (-i INPUT | -a) [-o OUTDIR] [-c] [-v] [--version]
        
          Decode Lingvo lsd dictionary to dsl
        
          optional arguments:
        
            -h, --help            show this help message and exit
            -i INPUT, --input INPUT  Dictionary to decode
            -a, --all             All dictionary in current directory
            -o OUTDIR, --outdir OUTDIR  Output directory
            -c, --codecs          print supported languages and their codes
            -v, --verbose
            --version             show program's version number and exit
        
Platform: any
