Skip to content

jjj999/stove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stove (alpha)

Installing

  • python: >= 3.7
python -m pip install git+ssh://git@github.com/athnomedical/mygit.git

Usage

Writeing your configuration file

# glm_config.py
import subprocess
from stove import StoveGileum

def launch_app(host: str, port: int) -> None:
    subprocess.run(["gunicorn", "e2e.app:app", "-b", f"{host}:{port}"])

glm = StoveGileum(fireable=launch_app)

Launching with the hot-loader

# stove [PATH OF CONFIGURATION]
stove glm_config.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages