Install & Compatibility
Where this runs
tested against v0.1.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✓ 3.6s
py 3.11
✕ build_error
✓ 3.8s
py 3.12
✕ build_error
✓ 3.4s
py 3.13
✕ build_error
✓ 3.4s
py 3.9
✕ build_error
✕ build_error
22MB installed
● package 22MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
load_program
✓ from chialisp_loader import load_program
✗ from chialisp_loader import load_puzzle
Program
✓ from chialisp_loader import Program
Package
✓ from chialisp_loader import Package
Load a compiled puzzle from a .clsp file. If chialisp_builder is installed and the source is newer, it rebuilds automatically.
from chialisp_loader import load_puzzle
puzzle = load_puzzle('puzzle.clsp')
print(puzzle)
Upgrade
Version history
0.1.2latest on PyPI · released Nov 10, 2023
Audit
Dependencies
chialisp_builderoptionalOptional, enables dynamic rebuild of puzzles