Weavly Compiler
Compiler for the Weavly dialog scripting language. Parses .wvl files and compiles them to JSON for the Weavly Godot runtime.
Language documentation: https://weavly-lang.github.io/weavly-docs/
Install
Install uv, then:
uv tool install weavly
uv installs a suitable Python if needed and puts weavly on your PATH (run uv tool update-shell if it isn't). Upgrade with uv tool upgrade weavly.
With Python 3.11+ already installed, pipx install weavly works too.
Usage
weavly init my-project # creates my-project/src/nodes.wvl
cd my-project
weavly build # compiles src/**/*.wvl into build/
weavly build --pretty # same, with indented JSON
weavly --version # installed compiler version
weavly init without a name sets up src/ in the current directory.
The build writes:
build/<path>.wvl.jsonfor each source file, containing its nodesbuild/env.jsonwith every@envdeclaration in the project
Syntax errors, duplicate variable declarations, number declarations whose min, max or default don't fit together, duplicate node ids and @goto targets with no matching node fail the build with exit code 1. A failed build leaves the previous build/ untouched.
Development
git clone https://github.com/weavly-lang/weavly-compiler.git
cd weavly-compiler
uv sync --group dev
See CONTRIBUTING.md for the workflow and release steps.
License
Release files for weavly 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| weavly-0.1.0.tar.gz | 18.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| weavly-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 32.2 kB
Release files / weavly-0.1.0.tar.gz
| Download URL | weavly-0.1.0.tar.gz |
|---|---|
| Size | 18.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fb4ea6812cbe7753ebee40b8d9055f67f1ccfe3b9a7a2cfc020a44dd4b67f14b
|
|
BLAKE2b-256 checksum How to use checksums |
f85f41fb098f21b7c55adda3322fe805ddc5b9486fbddcc99c3134f5266e5d7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency logRelease files / weavly-0.1.0-py3-none-any.whl
| Download URL | weavly-0.1.0-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cf61126eb6f51c8083626668daf456ecd12fc3aa796a5881de85ec3b568bf1f7
|
|
BLAKE2b-256 checksum How to use checksums |
4c69f2bd00e2be58141de9fa1db09bb0bacebb2ff26ace47e0378a42f072f390
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency log