-
Notifications
You must be signed in to change notification settings - Fork 1
Package and Examples
Bryantad330 edited this page May 23, 2026
·
1 revision
Sona 0.14.0 keeps the installed Python package lean and validates examples
from the source repository.
Install Sona with:
python -m pip install sona-langThe Python package contains the runtime, CLI, parser, and packaged stdlib needed to run Sona programs.
The package does not need to include:
docs/examples/tests/- VS Code extension source
- local reports or build artifacts
- Official examples must exist in the source repository.
-
python tools/run_examples.pymust pass against the repo copy. - Examples are not required to exist in installed packages.
Clone the source repository:
git clone https://github.com/Bryantad/Sona.git
cd SonaRun one example:
sona run examples/hello.sonaValidate all official examples:
python tools/run_examples.pyPublic README and quickstart paths must use local-file examples for first run. They must not assume that an installed package includes repository examples.