Metadata-Version: 1.2
Name: edictreader
Version: 0.1.1
Summary: EDICT2, JMdict and CEDICT reader and searcher in dictionary format
Home-page: https://github.com/patarapolw/edictreader
Author: Pacharapol Withayasakpunt
Author-email: patarapolw@gmail.com
License: UNKNOWN
Description: # Edict reader
        
        EDICT2, JMdict and CEDICT reader and searcher in dictionary format
        
        ## Installation
        
        ```
        pip install edictreader
        ```
        
        ## Future developments
        
        * Make better the `Dict._eng_parser`.
        * Improve the speed of JMdict start-up (currently around 1 minute)
        
Keywords: EDICT JMdict CEDICT
Platform: UNKNOWN
Requires-Python: >=2.7
