{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/6"}],"enrichment":{"capability":"Relenv builds self-contained, reproducible Python interpreters from source that can be relocated across filesystems and machines of the same architecture, bundling the entire Python runtime rather than just packages.","skillfed_tags":["build-automation","python-distribution"],"use_cases":["Distribute a consistent Python runtime with a containerized or packaged application across multiple deployment targets.","Build reproducible Python environments for CI/CD pipelines where binary consistency is required for auditing or compliance.","Create portable Python setups for teams that need to share identical development environments without per-machine configuration.","Package Python with compiled extensions for offline or air-gapped deployments where package managers are unavailable."],"what_it_does":"Relenv is a tool for creating self-contained Python distributions that bundle the entire interpreter and can be moved between machines and filesystems without reinstallation. Unlike virtualenv or pyenv, which manage package isolation or Python versions respectively, Relenv produces complete, standalone Python builds compiled entirely from source. This makes them reproducible\u2014identical binaries across builds\u2014and relocatable, so you can share a single Relenv build across team members or deploy it to different systems without reconfiguration.\n\nThe package itself has no runtime dependencies and installs as a pure Python wheel, making it lightweight to add to a build pipeline. It's designed for scenarios where you need guaranteed consistency across environments or want to distribute Python with your application without relying on system Python or package managers.","worth_installing":"Yes, if you need reproducible, relocatable Python builds for distribution or deployment. The active maintenance, zero runtime dependencies, and recent release indicate a stable tool. However, verify the license status before use, and confirm that the compilation overhead and disk footprint of self-contained builds fit your use case\u2014this is not a lightweight alternative to virtualenv, but a specialized distribution mechanism."},"id":"relenv","links":{"html":"https://skillfed.io/packages/relenv","md":"https://skillfed.io/packages/relenv.md","pypi":"https://pypi.org/project/relenv/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"unclear","name":"relenv","python_support":"unspecified","summary":null},"popularity":{"monthly_downloads":73540,"position":14982,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.22.22"}
