blob: c3f638c4df266502c1259c1d4480835e20ed7aec [file] [view]
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-->
# Composer module
The Composer module consists of:
* the [composer](../src/composer) Python module for authoring compositions,
* the [pycompose](../src/pycompose) and [pydeploy](../src/pydeploy) commands for
managing compositions from the command line.
The documentation for the Composer package is organized as follows:
- [COMPOSITIONS.md](COMPOSITIONS.md) gives a brief introduction to compositions.
- [COMBINATORS.md](COMBINATORS.md) explains the composition constructs.
- [COMMANDS.md](COMMANDS.md) describes the `pycompose` and `pydeploy` commands.