Metadata-Version: 1.1
Name: dig
Version: 0.1.8
Summary: Command-line tool of [ google, youdao ] translation service.
Home-page: https://github.com/enjoyhot/dig
Author: Gogary
Author-email: gugugujiawei@gmail.com
License: BSD
Description: =========
        Dig 0.1.1
        =========
        
        
        Overview
        ========
        
        
        Dig is a command-line program which now communicates with google/youdao
        translation server. It can be used for look up the words or sentences through
        google/youdao translation server.
        
        For more information including a list of features check the dig homepage at:
        https://github.com/enjoyhot/dig
        
        Requirements
        ============
        
        Python 3.+
        
        * Docopt v0.6.2 is adopt for parsing arguments. See https://github.com/docopt/docopt.
        * Works on Linux, Windows
        
        Python 2.7
        
        * futures v3.0.3 is adopt for concurrence and compatibility. See https://pypi.python.org/pypi/futures/.
        * Docopt v0.6.2 is adopt for parsing arguments. See https://github.com/docopt/docopt.
        * Works on Linux, Windows
        
        Install
        =======
        
        The quick way::
        
            pip install dig
        
        Another way:
        
            python setup.py install
        
        (Make sure your hardware platform install dependent package)
        
        Releases
        ========
        
        You can download the latest stable and development releases from:
        https://github.com/enjoyhot/dig/releases
        
        Community (github, email)
        =========================================
        
        See https://github.com/enjoyhot/dig
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop 
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
