A collection of plugins and utility functions for the Nornir automation framework that require no external dependencies beyond Nornir itself. Current version 0.2.0, released in 2020. Maintenance mode.
pip install nornir-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Nornir with a config file, run a task, and print the result using nornir_utils.
Use Python 3.6-3.9. For Python 3.10+, consider upgrading to Nornir 3.x compatible versions or use alternatives.
Check Nornir's own functions for data loading.
Import from nornir_utils.plugins.functions import print_result
Run 'pip install nornir-utils' in the correct Python environment.
Use 'from nornir_utils.plugins.functions import print_result' instead.
No resource links recorded.