Cuisine: A Python Task Automation Tool for UNIX Systems

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Cuisine: A Python Task Automation Tool for UNIX Systems

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

Analyzed by OSRepos on March 17, 2026

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

Related repositories

Similar repositories that may be relevant next.

SkillOpt: Optimizing Self-Evolving Agent Skills for LLMs

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.

agent-skillsself-evolving-agentsPython
Ragas: Supercharge Your LLM Application Evaluations

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.

evaluationllmllmops
awesome-cli-coding-agents: A Curated Directory of Terminal-Native AI Tools

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.

AICLICoding Agents
QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment

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.

agentai-agentchatbot

Source repository

Open the original repository on GitHub.

14 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️