Provides `load_puzzle` which dynamic rebuilds if `chialisp_builder` is available.
Project description
chialisp_loader
This tiny wheel exports load_program
, which is used to load chialisp programs from resources included with python wheels.
Chialisp .clsp
files are compiled into .hex
output. Only .hex
output files need to be included in binary wheels
When load_program
is called, it tries to import chialisp_builder
. If it fails, it assumes this is running at deploy time: any .clsp
files are ignored, and the corresponding program is loaded from the .hex
file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chialisp_loader-0.1.2.tar.gz
(2.4 kB
view hashes)