In-memory vector store with multi-metric similarity search.
Filesystem state snapshots with diff comparison
Cross-platform clipboard copy and paste in one function call
Convert between color formats: hex, RGB, HSL, HSV, CMYK, and named CSS colors
Render data as clean ASCII/Unicode tables in the terminal with zero configuration
Composable data transformation pipeline with lazy evaluation.
Lightweight task dependency engine with topological execution
System metrics collector for CPU, memory, disk, and network
Infer JSON schemas from sample data
Git-based changelog generator from conventional commits
Flatten nested JSON/dicts into dot-notation keys and unflatten back
HMAC-based webhook signature generation and verification with timing-safe comparison
Deep merge dictionaries safely with conflict resolution
Show how long each Python import takes during startup
Type-safe prompt template builder for LLM APIs.
Generate random readable strings for various purposes
Convert strings between camelCase, snake_case, PascalCase, kebab-case, and more
Layered configuration loader merging env vars, files, and defaults.
Access and mutate deeply nested dicts using dot-notation paths
Show character-level differences between two strings with colored terminal output
Convert numbers between any base (2-62) with human-friendly APIs
Add a timeout to any function call, sync or async.
Parse strings into Python types intelligently โ booleans, numbers, dates, None, lists
LAN device discovery and TCP port scanning
Readable JSON comparison with colorized terminal output.
Temporarily set, override, or remove environment variables with a context manager
Named timers for measuring multiple operations within a function or script
Resilient HTTP client with automatic retries and backoff.
Parse and format human-readable duration strings like "2h30m" or "1 day, 3 hours"
Schema-based environment variable validation with type coercion and helpful error messages
Parse, compare, bump, and validate semantic version strings
Cron-like task scheduler with overlap prevention and interval support.
Rule-based file sorting engine with pattern matching and dry run support
Safely access nested dictionary keys without exceptions
Truncate strings intelligently without cutting words
Decorator-based CLI framework with rich output
Turn Python stack traces into cleaner, more readable output
Convert timestamps to relative time phrases like '3 hours ago'
Convert bytes to human-readable file sizes and back
Batch processing with progress tracking and error handling.
Measure execution time of any function
Remove tracking parameters from URLs
Simple feature flags with percentage rollout and user targeting.
Convert byte counts to human-readable strings and back, with formatting options
Automatically mask sensitive values (API keys, passwords, tokens) in logs and print output
Ensure a function runs only once, regardless of how many times it's called
Lightweight dependency injection container for Python.
Split iterables into evenly sized chunks
Compare configuration files across environments
Decorator and utilities for deprecating functions, parameters, and classes with zero boilerplate
Practical utilities for Python enums โ lookup, validation, listing, and serialization
Type-safe environment variable loading with casting and defaults.
Terminal text styling with zero dependencies and TTY detection.
Format Python data as aligned terminal tables with no dependencies
Dead-simple terminal spinners and progress indicators for CLI scripts
Automatically generate CLI interfaces from function signatures and docstrings
Lightweight finite state machine with guards, callbacks, and visualization.
Run multiple functions in parallel and collect results with the simplest possible API
In-memory rate limiter with sliding window, token bucket, and leaky bucket algorithms.
Lightweight web scraper with rate limiting and CSS selectors.
Enhanced CSV reader and writer with automatic type inference.
Email validation with syntax checking and normalization.
Debounce and throttle decorators for Python functions.
Simplified MQTT pub/sub wrapper with auto-reconnect
Prevent duplicate script execution using file-based locking
Health check endpoint builder for web applications.
Type-safe event emitter with sync and async listener support
Filesystem event watcher with decorator-based callbacks
Runtime type checking decorators for function arguments
Drop-in ASGI/WSGI middleware for endpoint timing
URL slug generation with transliteration and uniqueness.
Lightweight in-memory cache with TTL, LRU eviction, and tag-based invalidation
Drop-in structured JSON logging for Python using the stdlib logging module
Detect unused packages in requirements.txt by scanning imports
Lightweight test data generation with realistic fake values.
Precise monetary calculations using integer cents with currency support and formatting.
Structured log filtering and highlighting for terminals
Check if a port is open on a host
.env file parser with interpolation and multi-file support
Thread-safe singleton and multiton pattern decorators.
Git repository statistics and commit analysis
Minimal JWT creation and validation with HMAC and RSA signing.
Rust-inspired Result type for Python with pattern matching and type-safe error handling
Circuit breaker pattern for fault-tolerant service calls.
Generate realistic fake data for testing without external dependencies
Content-hash duplicate file detection with two-pass efficiency
Async retry with exponential backoff, circuit breaker, and cancellation for Python
Simplified hashing helpers for strings, files, and checksums
Structured JSON logging with automatic context propagation.
JSON encoder that handles datetime, Decimal, UUID, dataclasses, and sets without crashing.
Cursor and offset pagination utilities for any data source.
Automatically detect and mask secrets in strings and dicts.
Pretty-print and format SQL queries for debugging
Common datetime operations missing from the standard library.
Parallel map with a built-in terminal progress bar
Pre-built, tested regex patterns for common data formats.