This package browser is in early development. Mind the rough edges.

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.

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.