Path to this page:
./
sysutils/cuisine,
Small set of functions that sit on top of Fabric
Branch: pkgsrc-2013Q2,
Version: 0.5.8,
Package name: cuisine-0.5.8,
Maintainer: imilFabric is an incredible tool to automate administration of remote machines.
As Fabric's functions are rather low-level, you'll probably quickly see a need
for more high-level functions such as add/remove users and groups,
install/upgrade packages, etc.
Cuisine is a small set of functions that sit on top of Fabric, to abstract
common administration operations such as file/dir operations, user/group
creation, package install/upgrade, making it easier to write portable
administration and deployment scripts.
Cuisine's features are:
* Small, easy to read, a single file API:
<object>_<operation>() e.g. dir_exists(location) tells if there is a
remote directory at the given location.
* Covers file/dir operations, user/group operations, package operations
* Text processing and template functions
* All functions are lazy: they will actually only do things when the change
is required.
Required to run:[
devel/py-setuptools] [
lang/python27] [
sysutils/fabric]
Master sites:
SHA1: c9a0e13163c39a8c156c2d58ab64ec0af76f1a13
RMD160: 56f9c105e1eb06474297e7a6612b49f31a73f3ea
Filesize: 33.151 KB
Version history: (Expand)
- (2013-07-08) Package added to pkgsrc.se, version cuisine-0.5.8 (created)