Python DSL reference
github.com/gorundebug/sa-python-dslGitHub source and examples
Open the implementation, canonical modular example, authentication template, and executable tests on GitHub.
When to use
Use these links to inspect complete declarations in context, follow a working project structure, or contribute changes.
Behavior
- The repository contains the installable
sa_dslpackage and the canonicalprocessorderexample. - Example links point to real modules used by the YAML round-trip and code-generation workflow.
- Tests show the expected public behavior without requiring the Help text to duplicate implementation details.
Start from the repository
Open the sa-python-dsl repository to clone the package, inspect history, or submit an issue or pull request.
Canonical example properties
Direct links to representative product-level declarations.
PropertyTypeDescription
Implementation and tests properties
Source files behind the documented API.
PropertyTypeDescription
Clone and inspect
git clone https://github.com/gorundebug/sa-python-dsl.git
cd sa-python-dsl
python -m venv .venv
. .venv/bin/activate
pip install -e .