Language

Package: python-pox @ 0.2.7

Synopsis

Python utilities for file system exploration and automated builds

Description

Pox provides a collection of utilities for navigating and manipulating file systems. This module is designed to facilitate some of the low-level operating system interactions that are useful when exploring a file system on a remote host. Pox provides Python equivalents of several shell commands such as which and find. These commands allow automated discovery of what has been installed on an operating system, and where the essential tools are located.

Home page
https://pypi.org/project/pox/
Location
gnu/packages/python-xyz.scm (line: 24176, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?