• Stars
    star
    1,257
  • Rank 35,849 (Top 0.8 %)
  • Language
    Python
  • License
    Other
  • Created about 13 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chef-like functionality for Fabric
               _      _
   _______  __(_)____(_)___  ___
  / ___/ / / / / ___/ / __ \/ _ \
 / /__/ /_/ / (__  ) / / / /  __/
 \___/\__,_/_/____/_/_/ /_/\___/

Cuisine is a task automation tool written in Python that provides a platform neutral abstraction over your operating system. It is designed as a simple flat API to interact with one or more servers, making it easy to do remote scripting piloted by Python.

FAQ

Why should I use Cuisine?

Here are a few reasons why you would use Cuisine:

  • 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

How does Cuisine compare to others?

Overall, Cuisine offers a simple abstraction layer over fundamental OS operations that make it easier to automate administration, building, provisioning, deployments and other devops-related tasks.

  • Fabric: Fabric provides a way to run arbitrary commands across hosts, and sits at a lower level than Cuisine. In fact, the previous version of Cuisine was built on top of Fabric.
  • Salt: Salt provides a high-level declarative interface to systems, while Cuisine offers a lower level API that you can use to write your own scripts or logic.

Which systems are supported by Cuisine?

Currently, Cuisine is only intended to work on UNIX systems, and has specialised functions for the following systems:

  • Packages: apt (Debian,Ubuntu), yum (Redhat, Fedora), pkg (FreeBSD)

References

More Repositories

1

monitoring

Server monitoring and data-collection daemon
Python
441
star
2

k7

A standard library for the V8 JavaScript interpreter
C
73
star
3

sink

Swiss army knife for directory comparison and synchronization
Python
46
star
4

sugar

Makes JavaScript development sweeter !
Python
45
star
5

revoco

Logitech MX Revolution configuration tool for Linux
C
41
star
6

wwwclient

Advanced web browsing, scraping and automation
HTML
32
star
7

retro

Lightweight declarative web toolkit
Python
23
star
8

paml

A Pythonic transpiler for HTML/XML
Python
23
star
9

urwide

Extensions for URWID
Python
15
star
10

appenv

per application & per directory shell environments
Shell
13
star
11

lambdafactory

Language construction kit and program manipulation framework
Python
12
star
12

watchdog

Server monitoring and data-collection daemon (DEPRECATED, NOW https://github.com/sebastien/monitoring)
11
star
13

jsxml

A set of XSLT stylesheets to write JSX-equivalent in pure XML
XSLT
10
star
14

libparsing

PEG-based parsing library written in C
C
9
star
15

docommand

Sweet shortcuts for your shell
Python
8
star
16

extend

Thin OO and functional extensions to JavaScript
JavaScript
7
star
17

tahchee

A simple static website build system
Python
7
star
18

dotenv

Collaborative dotfile manager
Shell
4
star
19

tgd.js

Toolkit for Generative Design
JavaScript
4
star
20

Channels

Sync/Async Communication in JavaScript
JavaScript
2
star
21

rawcopy

Low-level directory tree copy with hard-link support
Python
2
star
22

fake

Deterministic fake data generator for Python
Python
2
star
23

easyhg

Visual console tools for Mercurial
Python
1
star
24

pythoniccss

A pre-compiler that outputs CSS, intended to be an upgraded replacement to CleverCSS
CSS
1
star
25

dotvim

Vim Script
1
star
26

zhttp

A fast ZMQ-based HTTP server
1
star
27

literate

Extracts text and documentation embedded in source code
Python
1
star
28

testing

A JavaScript library to write (unit) tests
JavaScript
1
star
29

select.js

A simplified jquery-like API designed for HTML5 with SVG support
JavaScript
1
star
30

guix-python-app

An example repository showing how to package a Python app as a container
Scheme
1
star
31

sugar2

Sugar is a transpiler that targets JavaScript and Python, it is intended to be a syntax sugar overlay on top of the target language/platform, and as such does not provide a cross-platform abstraction layer.
JavaScript
1
star
32

extra

Python web service toolkit
Python
1
star
33

sublime-text-config

Sublime Text Configuration
Python
1
star
34

git-gloss

An reinvented version control workflow on top of git
Python
1
star
35

lazytime

Time tracking for the lazy
Python
1
star