Description
Redistributes the removed standard-library pipes module for legacy Python code that still builds shell-style command pipelines. It helps older automation keep running on newer Python versions during migration.
This is a compatibility library. Pipeline construction can execute external commands, so validate inputs carefully and prefer modern subprocess APIs for new code.