python-linecache2 1.0.0
Backports of the linecache module
The linecache module allows one to get any line from any file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file.
- Outputs:
out
- Website: https://github.com/testing-cabal/linecache2
- Licenses: Python Software Foundation License
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-linecache2 1.0.0
as follows:
guix install python-linecache2@1.0.0
Or install the latest version:
guix install python-linecache2
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.