structlog

Installation
SKILL.md

Structlog Skill

Quick Start

import structlog

# Basic usage
log = structlog.get_logger()
log.info("hello, %s!", "world", key="value", more_than_strings=[1, 2, 3])

Common Patterns

Basic Configuration

import structlog
Installs
1
GitHub Stars
2
First Seen
Apr 1, 2026
structlog — bossjones/boss-file-utils