{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/5"}],"enrichment":{"capability":"Declares and executes build rules for compiled artifacts or binary blobs that should be generated at wheel build time or during development, keeping source materials in git while excluding generated outputs.","skillfed_tags":["build-automation","wheel-packaging","artifact-generation"],"use_cases":["Include generated C/Rust binaries or compiled extensions in wheels without storing them in git.","Automate artifact rebuilding during local development when source files change, avoiding manual build steps.","Manage projects where sdist must include source materials but wheels must contain only built outputs.","Integrate custom build logic with setuptools or enscons without writing complex setup.py hooks.","Support edit-mode installs (pip install -e) that regenerate artifacts on import for rapid iteration."],"what_it_does":"Runtime Builder is a build-time and optional runtime tool that automates the generation of compiled artifacts or binary blobs during wheel construction or development cycles. It lets you declare build rules in a configuration file (runtime_build) that specify how to transform source materials into artifacts, keeping source files in version control while excluding generated outputs from the repository.\n\nThe package integrates with setuptools and enscons build systems, allowing fine-grained control over what goes into sdist and wheel distributions. It can rebuild artifacts on demand during development to automate the edit-test cycle, and includes a runtime hook (build_on_demand) that regenerates artifacts if needed when code is imported, provided the package is installed in the development environment.","worth_installing":"No, not recommended for new projects. The package is dormant (no updates since January 2024), carries unclear license metadata, and has high install friction due to source distribution format. The use case is narrow\u2014primarily for projects with complex build artifact management\u2014and the lack of recent maintenance raises questions about compatibility with current Python packaging standards. Consider it only if you have an existing project already using it and need to maintain that build system."},"id":"runtime-builder","links":{"html":"https://skillfed.io/packages/runtime-builder","md":"https://skillfed.io/packages/runtime-builder.md","pypi":"https://pypi.org/project/runtime-builder/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-01-20","license_spdx":null,"license_treatment":"unclear","name":"runtime-builder","python_support":"unspecified","summary":"Allow automatic builds in edit mode"},"popularity":{"monthly_downloads":92017,"position":13489,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.5"}
