Metadata-Version: 2.1
Name: quickDatabase
Version: 0.0.1
Summary: Simple python database
Home-page: https://github.com/py-contributors/python-db
Author: Deepak Raj
Author-email: deepak008@live.com
License: UNKNOWN
Description: # python-db
        
        Light weight database for python, with a simple API and a simple file format.
        it is not meant to be a full featured database, but rather a simple way to  store data in a file.
        it's written in python, and is compatible with python 3.6 and above.
        
        
        ## Features
        
        * Simple API
        * Colorful output
        * Easy to use
        * CLI interface
        * Open source
        
        ## Documentation
        
        The documentation is available at [not yet available]()
        
        ## Installation
        
        You can install python-db using pip:
        
            pip install python-db
        
        
        ## Usage
        
        To use python-db, you need to import it:
        
            from python_db import Database
        
Keywords: python database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Requires-Python: >=3.4
Description-Content-Type: text/markdown
