Metadata-Version: 1.1
Name: locdic
Version: 0.2.1
Summary: Off-line Dictionary / Dictionary Server Tool
Home-page: http://www.remics.org/locdic/
Author: Toshihiro Kamiya
Author-email: kamiya@mbj.nifty.com
License: MIT license / BSD license
Description: ========
        Locdic
        ========
        
        Locdic is a dictionary application / tool.
        
        - Off-line dictionary. Works fine when you don't have 
          a connection to network.
          
        - Customizable. You can develop a new dictionary by
          adding new dictionary data (as utf-8 text file).
          See document file data/readme for more information.
        
        - Three way use. Command-line interface, GUI, and
          web server.
        
        This Locdic distribution is shipped with a English 
        dictionary data, namely Wordnet 3.0, so can be used 
        as a dictionary out of the box.
        
        See file LICENSE for license information of Locdic
        and bundled stuffs.
        
        See file INSTALLATION to install or use Locdic.
        
        The official site is: http://www.remics.org/locdic/ .
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires: bottle
Requires: PyGtk
Requires: pywebkitgtk
