WARP (Wrapper Around Replicated Processes) is a Python library for managing and wrapping replicated processes. It provides a simple interface to run, monitor, and control multiple instances of a command across distributed systems. The current version is 1.0.4, though the project appears to be in maintenance mode with low release cadence.
pip install warpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Warp instance with a command and number of processes, then start and wait for completion.
Use Python 3.5 or lower, or check compatibility before use.
Ensure identical behavior on Windows by setting appropriate process group flags.
No dependency data recorded yet.