ramp-packer
Packs for Redis modules into a distributable format
What it is and what it does
RAMP is a command-line tool that packages Redis modules into distributable .zip archives containing the compiled module, metadata, and optional dependencies. It gathers module information—name, command list, version, and capabilities—and bundles them in a format ready for distribution and installation. The tool supports both manifest-based configuration (via YAML) and direct command-line arguments, making it suitable for both scripted CI/CD workflows and manual packaging.
The package depends on PyYAML, click, distro, redis, and semantic-version to handle configuration parsing, CLI interaction, OS detection, Redis communication, and version management. It targets Python 3.7 through 3.14 and is actively maintained. RAMP is primarily useful for Redis module developers who need to standardize and automate the packaging workflow before publishing modules to registries or internal repositories.
Use it for:
- Package a custom Redis module for distribution to team members or public registries.
- Automate Redis module packaging in CI/CD pipelines (GitHub Actions, etc.) with manifest-driven configuration.
- Bundle a Redis module with its runtime dependencies for reproducible deployment across environments.
- Validate and document module metadata (author, license, capabilities, minimum Redis version) before release.
- Create distributable archives for Redis modules that declare specific capabilities like clustering or persistence support.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Bundles Redis modules into distributable packages with metadata, similar to npm init for Node.js packages.
Yes, if you develop or distribute Redis modules. The tool solves a real packaging problem for the Redis ecosystem with low install friction, active maintenance, and no known vulnerabilities. The BSD-2-Clause license is permissive. Install only if you actually need to package Redis modules; it is not a general-purpose tool.
Install
ramp-packer on PyPI
pip
pip install ramp-packeruv
uv add ramp-packerpoetry
poetry add ramp-packerInstalling ramp-packer
Before you install
Low friction install with five straightforward runtime dependencies. Active maintenance with a recent release.
License in practice
BSD-2-Clause permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install ramp-packer
ramp pack /path/to/RedisModule.so -m /path/to/manifest.yml
# or with command-line options:
ramp pack /path/to/RedisModule.so -a "Author Name" -e "email@example.com" -l "BSD-2-Clause"
redis-server must be on your PATH before running ramp commands.
Verify before relying
- Whether the package works with Redis modules built for architectures other than i386/x86_64.
- Support for packaging modules with native dependencies beyond what the deps/ directory handles.
- Performance characteristics when bundling large modules or many dependencies.
Package facts
| License | BSD-2-Clause (permissive) |
| Python support | supports the current Python release (<4,>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — PyYAML, click, distro, redis, semantic-version |
| Maintenance | actively maintained — 71 days since the last release |
| First released | |
| Downloads | 136,629/month — #11,390 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ramp_packer-2.5.19-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
venv-packVenv-pack packages Python virtual environments…
permissive · top 15,000 on PyPI
RLTestRLTest is a test framework for Redis and Redis…
permissive · top 15,000 on PyPI
agent-framework-redisAdds Redis-backed persistent memory and…
permissive · top 15,000 on PyPI
langchain-redisIntegrates Redis with LangChain to provide…
permissive · top 15,000 on PyPI
pyramid-session-redisProvides server-side session storage for…
permissive · top 15,000 on PyPI
cashewsAsync cache framework with decorator and direct…
permissive · top 15,000 on PyPI
setuptools-odooSetuptools-odoo automates packaging of Odoo…
copyleft · top 15,000 on PyPI
prefect-redisIntegrates Prefect workflow orchestration with…
permissive · top 15,000 on PyPI
rectpackRectpack solves the 2D bin packing problem by…
permissive · top 15,000 on PyPI
langgraph-checkpoint-redisProvides Redis-backed checkpoint storage and…
permissive · top 5,000 on PyPI