Metadata-Version: 2.1
Name: plover-sqlite-dictionary
Version: 0.1.0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: user202729
License: GNU General Public License v3 or later (GPLv3+)
Description: # plover-sqlite-dictionary
        SQLite-based dictionary format for Plover. Consumes less memory for large dictionaries.
        
        ### Why?
        
        * Reduce memory (RAM) consumption.  (however, the word list for orthography
          suffix rules and Qt modules still take a considerable amount of RAM)
        * Faster loading/startup speed.
        
        ### Note
        
        The SQL dictionary format is not completely compatible with Plover's API specification,
        the plugin may fail to work properly in future Plover versions.
        
        ### Usage
        
        There are two possible file formats:
        
        * SQLite-based: `.sql` extension.
        
           Use the "New dictionary" feature in Plover to create one, or "Save dictionary as..." feature
           to convert from other dictionary formats.
        
           Note: the file size is larger than the size of a JSON dictionary.
        
        * JSON: stored as plain JSON file on disk. `.jssql` extension.
        
           Note: This format takes longer to load than normal JSON dictionary.
        
           Can be used like a normal Plover dictionary.
        
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
