A tool for packing Redis modules into RAMP (Redis Advanced Module Packaging) format for distribution. Current version 2.5.17, supports Python 3.7+. Released as needed, follows semantic versioning.
pip install ramp-packerVerified import paths — ran on the pinned version, not inferred.
Creates a RAMP package from a compiled Redis module .so file.
Use absolute paths or ensure relative paths are correct relative to the working directory.
Define capabilities as {'types': [...], 'commands': [...], ...}.Update to use RampPack class instead of deprecated functions.
Upgrade Python to 3.7 or later.
No dependency data recorded yet.