Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python template

This is a simple python project template. Rename the "project_root" folder to your project name

Setup

  • Create venv with python -m venv .venv
  • Activate venv with source .venv/bin/activate(.fish for fish)
  • Install dependencies with pip install -r requirements.txt

Run

  • python project_root/src/main.py to run
  • pytest to test
  • ruff format to auto-format

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages