Metadata-Version: 2.1
Name: MyReplitDB
Version: 1.3
Summary: An easy to use wrapper for replit's database.
Home-page: https://github.com/kaylebetter/myreplitdb
Author: kaylebetter
License: MIT
Project-URL: Github, https://github.com/kaylebetter/myreplitdb
Description: ## MyReplitDB
        
        - An easy to use wrapper for replit's database system.
        
        ## Example
        
        ```py
        >>> import myreplitdb
        
        >>> db = myreplitdb.Database()
        >>> db.insert('test', 'hello!')
        >>> db.get('test')
        
        hello!
        ```
        
        ## Links
        
        - [PyPI](https://pypi.org/project/MyReplitDB/1.2/)
        - [Github](https://github.com/kaylebetter/myreplitdb)
        
        
Keywords: myreplitdb
Platform: UNKNOWN
Description-Content-Type: text/markdown
