8000 GitHub - iCHEF/pychef
[go: up one dir, main page]

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

67B7
make compile-dependencies
# Cleanup test & build caches

Testing

make test
0