An open API service indexing awesome lists of open source software.

https://github.com/cloudify-cosmo/cloudify-common

Merging the following repos: cloudify-dsl-parser, cloudify-rest-client, cloudify-script-plugin, cloudify-plugins-common
https://github.com/cloudify-cosmo/cloudify-common

Last synced: 4 months ago
JSON representation

Merging the following repos: cloudify-dsl-parser, cloudify-rest-client, cloudify-script-plugin, cloudify-plugins-common

Awesome Lists containing this project

README

          

# Cloudify Common includes the following projects:

## Cloudify DSL Parser

[![Build Status](https://travis-ci.org/cloudify-cosmo/cloudify-dsl-parser.svg?branch=master)](https://travis-ci.org/cloudify-cosmo/cloudify-dsl-parser)
[![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-system-tests/tree/master.svg?&style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-dsl-parser/tree/master)
[![PyPI](http://img.shields.io/pypi/dm/cloudify-dsl-parser.svg)](http://img.shields.io/pypi/dm/cloudify-dsl-parser.svg)
[![PypI](http://img.shields.io/pypi/v/cloudify-dsl-parser.svg)](http://img.shields.io/pypi/v/cloudify-dsl-parser.svg)

Cloudify DSL parsing package

### Reference

For details on the DSL specification see [DSL Specification](http://docs.getcloudify.org/latest/blueprints/overview/).

## Cloudify Plugins Common

[![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-plugins-common/tree/master.svg?&style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-plugins-common/tree/master)
[![PyPI](http://img.shields.io/pypi/dm/cloudify-plugins-common.svg)](http://img.shields.io/pypi/dm/cloudify-plugins-common.svg)
[![PypI](http://img.shields.io/pypi/v/cloudify-plugins-common.svg)](http://img.shields.io/pypi/v/cloudify-plugins-common.svg)

This package contains common modules that are mandatory for Cloudify's plugins.

See [ReadTheDocs](http://cloudify-plugins-common.readthedocs.org/en/latest/) for an API reference.

## Cloudify REST Client

[![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-rest-client/tree/master.svg?style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-rest-client/tree/master)
[![PyPI](http://img.shields.io/pypi/dm/cloudify-rest-client.svg)](http://img.shields.io/pypi/dm/cloudify-rest-client.svg)
[![PypI](http://img.shields.io/pypi/v/cloudify-rest-client.svg)](http://img.shields.io/pypi/v/cloudify-rest-client.svg)

Client for interacting with Cloudify manager REST API.

See [http://cloudify-rest-client.readthedocs.org/en/latest/](http://cloudify-rest-client.readthedocs.org/en/latest/)

## Cloudify Script Plugin

[![Circle CI](https://circleci.com/gh/cloudify-cosmo/cloudify-script-plugin/tree/master.svg?style=shield)](https://circleci.com/gh/cloudify-cosmo/cloudify-script-plugin/tree/master)
[![Build Status](https://travis-ci.org/cloudify-cosmo/cloudify-script-plugin.svg?branch=master)](https://travis-ci.org/cloudify-cosmo/cloudify-script-plugin)
[![Build status](https://ci.appveyor.com/api/projects/status/n1et1uvi85es3lt2/branch/master?svg=true)](https://ci.appveyor.com/project/Cloudify/cloudify-script-plugin/branch/master)
[![PyPI](http://img.shields.io/pypi/dm/cloudify-script-plugin.svg)](http://img.shields.io/pypi/dm/cloudify-script-plugin.svg)
[![PypI](http://img.shields.io/pypi/v/cloudify-script-plugin.svg)](http://img.shields.io/pypi/v/cloudify-script-plugin.svg)

This plugin allows mapping scripts to operations and workflows.

### Usage

See [Script Plugin](http://docs.getcloudify.org/latest/plugins/script/)