A tool to manage remote systems and services via SSH. Current version 0.2.2, released May 2025. Release cadence is irregular, with several releases in 2024-2025. Supports Python >=3.7.
pip install python-rrmngmntVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a remote manager and execute commands.
Use from rrmngmnt import UserWithPKey; host = RRMngmnt(hostname='...', username='...', pkey=UserWithPKey('/path/to/key'))Ensure your build tools support building from source. pip should handle this automatically.
Use Python's signal or socket level timeout externally if needed.
No dependency data recorded yet.