Skip to content

ulken94/uv_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uv_template

python uv template

Setup Instructions

# Initialize virtual environment and install dependencies
make init

Usage Instructions

# Run the application
make run
# Or directly using uv
uv run python main.py

Development Instructions

# Run tests
make test

# Lint code 
make lint

# Format code
make format

# Serve documentation locally
make gdoc

# Build documentation to static files
make gdoc-build

# Sub entry point for development (tools)
uv run python -m tools.some_tool

Project Structure

  • Please check developer guide for details on project structure and coding standards.

About

python uv template

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors