Metadata-Version: 1.1
Name: addok-sqlite-store
Version: 1.0.0rc1
Summary: Store documents in Sqlite.
Home-page: https://github.com/addok/addok-sqlite-store
Author: Yohan Boniface
Author-email: yohan.boniface@data.gouv.fr
License: WTFPL
Description: # Addok SQlite store plugin
        
        Store your documents into a SQlite database to save Redis RAM usage.
        
        
        ## Install
        
            pip install addok-sqlite-store
        
        
        ## Configuration
        
        The plugin will register itself when installed, by setting the correct
        `DOCUMENT_STORE_PYPATH`.
        
        You want to define the path where the SQLite database will be created, by
        setting `SQLITE_DB_PATH` into your local
        [configuration](http://addok.readthedocs.io/en/latest/config/).
        
Keywords: addok geocoding sqlite plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
