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

python-fs 2.4.16

File system abstraction layer for Python

PyFilesystem's FS object is a file system abstraction sharing similarities with Python's own file object for single files. It allows opening all the files under a given directory recursively, as a single FS object. This enables, for example, counting the combined number of lines in the contained files easily.

Installation

Install python-fs 2.4.16 as follows:

guix install python-fs@2.4.16

Or install the latest version:

guix install python-fs

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.