{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"}],"enrichment":{"capability":"Loads compiled Chialisp programs (`.hex` files) from Python package resources, with optional runtime compilation support if the Chialisp builder is available.","skillfed_tags":["chialisp","blockchain"],"use_cases":["Deploying Chialisp smart contracts as part of a Python application without requiring the full Chialisp build toolchain at runtime.","Loading pre-compiled Chialisp programs from wheel resources in production environments where the builder is unavailable.","Bundling multiple Chialisp programs in a single Python package for distribution to Chia network participants."],"what_it_does":"Chialisp_loader is a minimal utility for loading Chialisp programs that have been compiled to `.hex` format and bundled as resources within Python wheels. It provides a single entry point, `load_program`, that retrieves these compiled programs at runtime. The package is designed for the deployment phase of Chialisp development: it attempts to import the Chialisp builder, and if that fails (as expected in production), it loads pre-compiled `.hex` files instead of attempting to compile `.clsp` source files.\n\nThe package depends on clvm_rs and importlib_resources for resource access. It is part of the Chialisp ecosystem and is intended for projects that package Chialisp smart contracts as Python wheels. The package has been dormant since its last release on 2023-11-10 with no recent maintenance activity.","worth_installing":"Yes, but only if you are actively developing or deploying Chialisp smart contracts and need to bundle compiled programs in Python wheels. The high install friction and dormant maintenance status make it unsuitable for general use. Verify that clvm_rs builds on your target platforms and that the Chialisp ecosystem still uses this pattern."},"id":"chialisp-loader","links":{"html":"https://skillfed.io/packages/chialisp-loader","md":"https://skillfed.io/packages/chialisp-loader.md","pypi":"https://pypi.org/project/chialisp-loader/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-11-10","license_spdx":null,"license_treatment":"unclear","name":"chialisp-loader","python_support":"unspecified","summary":"Provides `load_puzzle` which dynamic rebuilds if `chialisp_builder` is available."},"popularity":{"monthly_downloads":91994,"position":13491,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.2"}
