Metadata-Version: 1.1
Name: elara
Version: 0.1.3
Summary: Elara DB is an easy to use key-value storage for your python projects!
Home-page: https://github.com/saurabh0719/elara
Author: Saurabh Pujari
Author-email: saurabhpuj99@gmail.com
License: three-clause BSD
Description: 
        Elara
        --------
        Elara DB is an easy to use key-value storage for your python projects!
        
        Installation :
        ```````````````````
        ::
        
            $ pip install elara   
            
        Key Features :
        ```````````````
        * Offers two modes of execution - normal and secure - exe_secure() generates a key file and encrypts the key-value storage for additional security.
        * Perform various operations on strings, lists and dictionaries.
        * Choose between manual commits after performing operations in-memory or automatically commit every change into the storage.
        * Includes methods to export certain keys or the entire storage.
        * Based on python's in-built json module for easy manipulation and access.
        * Takes inspiration from pickleDB and Redis.
            
        Links
        `````
        * `Documentation <https://github.com/saurabh0719/elara#readme>`_
        * `pypi <https://pypi.org/project/elara/>`_
        * `Github repository <https://github.com/saurabh0719/elara>`_
        
        
Keywords: database,key-value,storage,file storage,json storage,json databasekey-value database
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
