tosca-parser-3
parser for TOSCA Simple Profile in YAML - Python 3.x
Install
- All systems
-
curl cmd.cat/tosca-parser-3.sh
- Debian
-
apt-get install python3-tosca-parser - Ubuntu
-
apt-get install python3-tosca-parser - Kali Linux
-
apt-get install python3-tosca-parser - Fedora
-
dnf install python3-tosca-parser - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-tosca-parser - Raspbian
-
apt-get install python3-tosca-parser
python3-tosca-parser
parser for TOSCA Simple Profile in YAML - Python 3.x
The TOSCA Parser is an OpenStack project. It is developed to parse TOSCA Simple Profile in YAML. It reads the TOSCA templates and creates an in-memory graph of TOSCA nodes and their relationship. TOSCA stands for: Topology and Orchestration Specification for Cloud Application. This package contains the Python 3.x module.