Pristan: The simplest way to create a plugin infrastructure in Python
Summary
Pristan introduces a Python-based plugin framework centered on a slot decorator and automatic plugin discovery via entry points. It supports simple, decorator-driven plugin definitions, type-safe aggregation of results (dict or list based on slot annotations), and configurable restrictions such as max plugins and engine compatibility. The article highlights installation, quick start, and design goals for building extensible, modular software and automation workflows.