Installation
Prerequisites
Advanced YAML requires Python 3.12 or greater. Please ensure you have a compatible version of Python installed on your system before proceeding.
You can check your current python version with:
python --version
Installing from PyPI
Advanced YAML is published on the Python Package Index (PyPI) and can be installed using standard Python tooling.
Using pip
To install using the standard pip package manager:
pip install advanced-yaml
Using Poetry
If you are managing your project with Poetry:
poetry add advanced-yaml
Using uv
If you are using uv for fast package management:
uv add advanced-yaml
Verification
Once installed, you can verify that the CLI tools are available in your path:
yasl --version
yaql --version