{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"Bundles Redis modules into distributable packages with metadata, similar to npm init for Node.js packages.","skillfed_tags":["redis-modules","packaging-tool","build-automation"],"use_cases":["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."],"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\u2014name, command list, version, and capabilities\u2014and 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.\n\nThe 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.","worth_installing":"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."},"id":"ramp-packer","links":{"html":"https://skillfed.io/packages/ramp-packer","md":"https://skillfed.io/packages/ramp-packer.md","pypi":"https://pypi.org/project/ramp-packer/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-04","license_spdx":null,"license_treatment":"permissive","name":"ramp-packer","python_support":"supports_current","summary":"Packs for Redis modules into a distributable format"},"popularity":{"monthly_downloads":136629,"position":11390,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.5.19"}
