Skip to content

marius-cornescu/python.template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains a Template Python project

SETUP



Windows: create, activate venv, and run

Follow these exact commands in a Windows terminal.

  • Create a virtual environment (run from repository root):
py -3 -m venv venv
  • Activate the virtual environment:
# If PowerShell blocks script execution, allow it for this session:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process

# Activate (dot + space ensures it runs in the current shell):
. .\venv\Scripts\Activate.ps1
venv\Scripts\activate
  • Install dependencies (after activation):
pip install -r requirements.txt
  • Run the application:
python moes_tuya_thermostat_bridge.py

Build and Test

Instructions for building and testing go here.

About

Template Python project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published