Metadata-Version: 2.1
Name: ProbotDB
Version: 1.1
Summary: ProBot embed messages feature based database, :shitoh:
Home-page: https://github.com/Etherll/probot.db
Author: Etherl
Author-email: None@domain.com
License: MIT
Download-URL: https://github.com/Etherll/probot.db
Description: # ProBot.DB
        ### ProBot embed messages feature based database, lol.
        
        Store your data in ProBot database easily, using the embed messages feature, for free :).
        
        ## Installation
        
        pip install ProBotDB
        
        ## Usage
        Now all you need is a server ID with ProBot, and your auth token from probot.io.
        ```py
        from ProbotDB import ProBotDB
        
        database = ProBotDB('auth token', 'server ID', 'embed name')
        
        database.set('foo', 'bar')
        database.get('foo') # bar
        database.push('foo', 'ok')
        database.delete('foo')
        database.clear()
        ```
Keywords: probotdb,probot,db
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
