Metadata-Version: 2.1
Name: keepitrunning
Version: 1.0.1
Summary: A simple python library that makes your python website 24/7.
Home-page: https://github.com/jiroawesome/keepitrunning
Author: jiroawesome
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jiroawesome/keepitrunning/issues
Description: # keepitrunning
        
        A simple python library that can be used for hosting your python project 24/7.
        
        ## Installation
        ```bash
        pip install keepitrunning
        ```
        
        ## Example
        ```python
        from keepitrunning import Host
        api = Host()
        api.keep_running(80) # port, default: 8080
        ```
        
        ## Note
        - This only works for few IDE like repl.it.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
