Deploy Python and Rust CLI tools behind GNU environment modulefiles
Project description
module-manager
module-manager deploys versioned Python and Rust CLI tools behind GNU
environment modulefiles for Linux/HPC systems.
It writes tools and modulefiles into predictable versioned locations:
/prod/tools/<name>/<version>/bin
/prod/modulefiles/<name>/<version>
Quick Start
Deploy a Python CLI with uv tool install:
module-manager deploy-python ruff 0.8.0 \
--package 'ruff==0.8.0' \
--prefix /prod/tools \
--module-root /prod/modulefiles \
--execute-install
Deploy a Rust binary:
module-manager deploy-rust ripgrep 14.1.1 \
--binary ./target/release/rg \
--prefix /prod/tools \
--module-root /prod/modulefiles
Use the generated module:
module use /prod/modulefiles
module load ruff/0.8.0
ruff --version
Documentation
Full documentation lives in docs/ and can be served with MkDocs:
uv run mkdocs serve
Start with docs/index.md for installation, configuration, Python tools, Rust
tools, and local development notes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file env_module_manager-0.1.2.tar.gz.
File metadata
- Download URL: env_module_manager-0.1.2.tar.gz
- Upload date:
- Size: 76.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13695a55ae05897311a4bee081ed36cc358ad3a991fd2e1517bcf85993304377
|
|
| MD5 |
1a403e470e95df728293ac8a573ad3d4
|
|
| BLAKE2b-256 |
e0cadfb2df2021ac8afe10c9b9450479f07d09b6fdac1a20e6de422412e5310b
|
File details
Details for the file env_module_manager-0.1.2-py3-none-any.whl.
File metadata
- Download URL: env_module_manager-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709a80f0c1157716a4f8eb42adbaf394578664c33d3e14e86f6e3729437d83eb
|
|
| MD5 |
f53454c53f957927906c449c4e37bfdb
|
|
| BLAKE2b-256 |
0dc40096d3f80a173c43fac86a6ddb48e86045b25487896207c472d313f707c6
|