.. _api_python_cli_equivalents:

Python API for CLI Users
=========================

This guide shows Python equivalents for common SUEWS command-line operations, enabling you to integrate SUEWS functionality directly into your Python scripts and analysis workflows.

.. contents::
   :local:
   :depth: 2

.. include:: python-cli-equivalents/validation.rst

.. include:: python-cli-equivalents/conversion.rst

.. include:: python-cli-equivalents/run.rst

.. include:: python-cli-equivalents/schema.rst

See Also
--------

- :doc:`/api/command-line` - Command-line tool reference
- :doc:`/workflow` - Complete workflow guide
- :doc:`/inputs/converter` - Configuration converter guide
- :doc:`/inputs/yaml/index` - YAML configuration reference
- :doc:`/auto_examples/index` - Python tutorials
