Skip to content

iCHEF/pychef

Repository files navigation

pychef

Python utilities for iCHEF.

Development

Prerequisites

  • uv
  • AWS CLI

Setup

# Create the development environment (installs Python, dependencies, etc.)
make init-environment
source .venv/bin/activate
make sync-dependencies-dev

Available Commands

# Build package locally
make build
# Update package dependencies
make compile-dependencies
# Cleanup test & build caches

Testing

make test