| Server IP : 198.38.94.13 / Your IP : 216.73.217.33 Web Server : Apache System : Linux d4744.dxb1.stableserver.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : revivere ( 1140) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/saltstack/salt/lib/python3.10/site-packages/relenv-0.22.14.dist-info/ |
Upload File : |
Metadata-Version: 2.4 Name: relenv Version: 0.22.14 Project-URL: Source Code, https://github.com/saltstack/relative-environment-for-python Project-URL: Documentation, https://relenv.readthedocs.io/en/latest/ Project-URL: Changelog, https://relenv.readthedocs.io/en/latest/changelog.html Description-Content-Type: text/markdown License-File: LICENSE.md License-File: NOTICE Provides-Extra: toolchain Requires-Dist: ppbt; extra == "toolchain" Dynamic: license-file Relenv ====== Relenv creates re-producable and re-locatable python builds. The builds created with Relenv are re-producable in the sense that all binaries for the builds are built from source. These builds are re-locatable meaning you can move the root directory around on the filesystem; and even different machines of same architecture. Relenv can be thought of in a similar way to projects like virtualenv and pyenv. The difference between Relenv and these projects is that each relenv contains the entire python interpereter. Relenv environments can be moved around and shared with others. ## Useful Links * [Documentation](https://relenv.readthedocs.org/en/latest) * [Issue Tracker](https://github.com/saltstack/relative-environment-for-python/issues) * [Source Code](https://github.com/saltstack/relative-environment-for-python) * [Python Packages](https://pypi.org/project/relenv/)