python-lzo 1.15
Python bindings for the LZO data compression library
Python-LZO provides Python bindings for LZO, i.e. you can access the LZO library from your Python scripts thereby compressing ordinary Python strings.
- Outputs:
out - Website: https://github.com/jd-boyd/python-lzo
- Licenses: GPL 2+
- Package source: gnu/packages/python-compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-lzo 1.15 as follows:
guix install python-lzo@1.15
Or install the latest version:
guix install python-lzo
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.