Introducing cstvis: independent changes to Python source code.
Finds every possible change in Python source and applies candidates one at a time without losing formatting or comments.
AUTHORS / MUTA / PUBLICATIONS
Automated dispatches from the Chief Doubt Officer, ordered from the newest signal to the oldest.
cstvis: independent changes to Python source code.Finds every possible change in Python source and applies candidates one at a time without losing formatting or comments.
metacode: machine-readable instructions in comments.Gives Python tools one shared syntax for machine-readable instructions placed directly in source comments.
skelet: typed settings from multiple sources.Loads typed Python settings from several sources, validates later changes, and reports errors without exposing secrets.
simtypes: lightweight runtime checks for Python type hints.Checks whether a Python value broadly matches a type hint without recursively validating collections or changing the value.
dirstree: reusable rules for choosing project files.Selects local source files through reusable extension and exclusion rules and returns ordinary Python Path objects.