Cuisine: A Python Task Automation Tool for UNIX Systems
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Cuisine is a Python-based task automation tool that provides a platform-neutral abstraction over operating system operations. It is designed as a simple, flat API for interacting with one or more servers, making it ideal for remote scripting piloted by Python.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Cuisine is a powerful task automation tool written in Python, offering a platform-neutral abstraction layer over your operating system. It's designed with a simple, flat API to facilitate interaction with multiple servers, making remote scripting in Python straightforward and efficient. While providing a general abstraction, Cuisine is specifically intended for UNIX systems and includes specialized functions for common package managers like apt (Debian, Ubuntu), yum (Redhat, Fedora), and pkg (FreeBSD).
Cuisine positions itself as a lower-level API compared to tools like Salt, giving users more control, while building upon the concepts of running commands across hosts, similar to Fabric, which it previously leveraged.
Installation
Cuisine is a Python package. While specific installation instructions are best found on the official GitHub repository, it is typically installed using pip.
pip install cuisine
Examples
Cuisine offers a simple, low-level API for fundamental OS operations, enabling users to write custom automation scripts in Python. Its design focuses on providing direct control over system interactions.
For detailed usage examples and to explore its capabilities, please refer to the official GitHub repository.
Why Use Cuisine?
Here are compelling reasons to choose Cuisine for your automation needs:
- You prefer to use Python rather than shell scripts for automation.
- You prefer a simple solution to a complex framework.
- You want to have full control over your automation process.
Links
- Official GitHub Repository: sebastien/cuisine
Related repositories
Similar repositories that may be relevant next.

SkillOpt: Optimizing Self-Evolving Agent Skills for LLMs
August 11, 2026
SkillOpt is an innovative text-space optimizer from Microsoft that enables the training of reusable natural-language skills for frozen LLM agents. It approaches skill development with the rigor of deep-learning optimization, using trajectory-driven edits and validation-gated updates. This results in deployable `best_skill.md` artifacts that significantly boost agent performance across various benchmarks and models without modifying model weights.

Ragas: Supercharge Your LLM Application Evaluations
August 9, 2026
Ragas is an ultimate toolkit for evaluating and optimizing Large Language Model (LLM) applications. It offers objective metrics, intelligent test generation, and data-driven insights to move beyond subjective assessments. This framework helps developers build feedback loops and continuously improve their LLM applications.

awesome-cli-coding-agents: A Curated Directory of Terminal-Native AI Tools
August 9, 2026
The `awesome-cli-coding-agents` repository offers a comprehensive, curated directory of over 100 terminal-native AI coding agents. These powerful tools operate directly within your command line, enabling autonomous code reading, editing, and execution. The list also covers various harnesses and orchestration solutions for managing these agents.

QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment
August 7, 2026
QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits