Metadata-Version: 1.2
Name: dikicli
Version: 0.2
Summary: Commandline interface to diki.pl polish-english dictionary.
Home-page: https://github.com/silenc3r/dikicli
Author: Dawid Zych
Author-email: dawid.zych@yandex.com
License: MIT
Description: 
        # dikicli
        
        Commandline interface to diki.pl polish-english dictionary.
        
        Dikicli allows you to use diki.pl from comfort of your terminal.
        All results are cached for faster retrieval in the future.
        
        ## Usage:
        
        Translate english to polish:
        
            diki word
        
        Translate polish to engish:
        
            diki -p word
        
        Display html file of all words translated so far:
        
            diki -i
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.4.0
