| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windmill_duckdb_ffi_internal.dll | 2026-05-01 | 29.4 MB | |
| windmill-ee.exe | 2026-05-01 | 502.1 MB | |
| windmill-ee-arm64.debug | 2026-05-01 | 1.6 GB | |
| windmill-ee-amd64.debug | 2026-05-01 | 1.5 GB | |
| libwindmill_duckdb_ffi_internal.so | 2026-05-01 | 47.9 MB | |
| windmill-amd64 | 2026-05-01 | 574.0 MB | |
| windmill-ee-amd64 | 2026-05-01 | 667.6 MB | |
| README.md | 2026-05-01 | 343 Bytes | |
| v1.693.4 source code.tar.gz | 2026-05-01 | 29.1 MB | |
| v1.693.4 source code.zip | 2026-05-01 | 34.1 MB | |
| Totals: 10 Items | 5.0 GB | 0 | |
1.693.4 (2026-04-30)
Bug Fixes
- cli: pin wasm parser versions in published package.json (#8993) (7c227ec) Official documentation of Sierra
Check out a comprehensive example of its use
Installation
Method 1: pip install
type the below command in terminal:
pip install sierra
Method 2: Download ZIP file
To download the zip file: click on the download button and then click on the Download ZIP button. The zip file will get downloaded in the downloads folder.
To unzip the zip file: open the zipped folder, then drag the file or folder from the zipped folder to a new location. To unzip all the contents of the zipped folder, press and hold (or right-click) the folder, select Extract All. Development can be done in /sierra/. Just make sure to import the modules from __init__.py
Check out doc.py (github.com)