Popularity
2.4
Stable
Activity
0.0
Stable
32
33
5

Code Quality Rank: L3
Programming language: Python
License: feh License
Tags: Cloud Orchestration     Packaging     System     Archiving    
Latest version: v3.3.m4

Cloudify alternatives and similar tools

Based on the "Cloud Orchestration" category.
Alternatively, view Cloudify alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cloudify or a related project?

Add another 'Cloud Orchestration' Tool

README

packman

  • Master Circle CI

Build Status

Gitter chat

PyPI

PypI

packman creates packages.

You can write a packages file containing your packages' configuration and packman will retrieve the resources and create the packages accordingly.

The project was initally invented to create Cloudify (http://getcloudify.org/) packages and is now progressing towards being a simple open-source solution to creating different types of packages.

Quick Start

Quick Start

Documentation

packman documentation

Installation

see packman requirements before installing packman

 pip install packman
 # or, for dev:
 pip install https://github.com/cloudify-cosmo/cloudify-packager/archive/master.tar.gz

Usage Examples

see Packages Configuration to configure your packages file

 # `pkm get` retrieves package sources
 pkm get --packages my_package --packages_file /my_packages_file.yaml
 # `pkm pack` packages sources, scripts and configs.
 pkm pack -c my_package,my_other_package
 # `pkm make` ... does both one after the other
 pkm make -x excluded_package,excluded_package2

Additional Information