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
- Host: GitHub
- URL: https://github.com/cloudify-cosmo/cloudify-common
- Owner: cloudify-cosmo
- License: apache-2.0
- Created: 2018-05-08T14:35:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T14:01:08.000Z (over 1 year ago)
- Last Synced: 2024-09-05T18:25:04.565Z (over 1 year ago)
- Language: Python
- Size: 12.5 MB
- Stars: 8
- Watchers: 21
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudify Common includes the following projects:
## Cloudify DSL Parser
[](https://travis-ci.org/cloudify-cosmo/cloudify-dsl-parser)
[](https://circleci.com/gh/cloudify-cosmo/cloudify-dsl-parser/tree/master)
[](http://img.shields.io/pypi/dm/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
[](https://circleci.com/gh/cloudify-cosmo/cloudify-plugins-common/tree/master)
[](http://img.shields.io/pypi/dm/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
[](https://circleci.com/gh/cloudify-cosmo/cloudify-rest-client/tree/master)
[](http://img.shields.io/pypi/dm/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
[](https://circleci.com/gh/cloudify-cosmo/cloudify-script-plugin/tree/master)
[](https://travis-ci.org/cloudify-cosmo/cloudify-script-plugin)
[](https://ci.appveyor.com/project/Cloudify/cloudify-script-plugin/branch/master)
[](http://img.shields.io/pypi/dm/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/)