a08243f366689ffc2e980f4af0647944c212fd28
				
			
			
		
	Weblight
Tool to switch on/off the yard light with web page.
Installation
python setup.py install
Usage
Manual
Create wrapper script (e.g. wrapper.py):
from weblight import app
if __name__ == "__main__":
    app.run()
Execute the wrapper script:
python3 wrapper.py
gunicorn
gunicorn --bind 0.0.0.0:80 weblight:app
Description
				
								1.0.0
								
	Latest
							
						
					Languages
				
				
								
								
									HTML
								
								56.8%
							
						
							
								
								
									Python
								
								43.2%