Metadata-Version: 1.1
Name: keep_repl_alive
Version: 1.4
Summary: A simple python module for keeping repls awake
Home-page: https://github.com/IamEinstein/keep_alive
Author: Rishit
Author-email: vermarishit039@gmail.com
License: MIT
Download-URL: https://github.com/IamEinstein/keep_alive/archive/v_01.tar.gz
Description: 
        ============
        Keep Alive
        ============
        
        Keep-alive is a simple python module for keeping repls awake
        
        ============
        How to use
        ============
        
        1. Install the module through pip
        
        `pip install keep_repl_alive`
        
        2. Import the `keep_repl_alive` function from the module
        
        `from keep_repl_alive import keep_alive`
        
        3. Add the function into your code
        4. And done
        
        
Keywords: replit,keep alive,flask,threading
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
