Skip to content

NOAA-GFDL/fms_yaml_tools

Repository files navigation

fms_yaml_tools

Python scripts to convert diag tables, data tables, and field tables to YAML format, and to validate and work with YAML-format tables.

How to install with pip

  1. Create virtual python environment
python3 -m venv /path/to/your/install
  1. Activate the environment
# If you use bash:
source /path/to/your/install/bin/activate
# If you use csh:
source /path/to/your/install/bin/activate.csh
  1. Upgrade pip and setuptools
pip install --upgrade pip setuptools
  1. Install fms-yaml-tools and dependencies
pip install .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

Languages