2 repositorios
Deployment of scripts via local configuration files with real-time update monitoring.
Distinct from Script Deployment Managers: Focuses on offline file-based deployment and monitoring rather than web-app or cloud API deployment.
Explore 2 awesome GitHub repositories matching devops & infrastructure · File-Based Script Deployment. Refine with filters or upvote what's useful.
This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in
Loads and updates dynamic instrumentation scripts from local device files using YAML configurations.
pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across
Splits deployments across multiple files by including other scripts and passing parameterized data between them.