Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saltstack/relenv
Re-producible and Re-relocatable Python Environments
https://github.com/saltstack/relenv
build build-tool packaging pyenv python relenv venv virtualenv
Last synced: about 1 month ago
JSON representation
Re-producible and Re-relocatable Python Environments
- Host: GitHub
- URL: https://github.com/saltstack/relenv
- Owner: saltstack
- License: apache-2.0
- Created: 2022-10-10T18:16:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T16:11:48.000Z (about 2 months ago)
- Last Synced: 2024-09-30T11:21:33.905Z (about 1 month ago)
- Topics: build, build-tool, packaging, pyenv, python, relenv, venv, virtualenv
- Language: Python
- Homepage:
- Size: 772 KB
- Stars: 25
- Watchers: 12
- Forks: 16
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
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/)