Language

Package: python-utils @ 2.4.0

Synopsis

Convenient utilities not included with the standard Python install

Description

Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier.

Home page
https://github.com/WoLpH/python-utils
Location
gnu/packages/python-xyz.scm (line: 19037, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'pytest-runner' does not match package name 'python-pytest-runner'
input-labels

Identify input labels that do not match package names

label 'pytest' does not match package name 'python-pytest'
input-labels

Identify input labels that do not match package names

label 'six' does not match package name 'python-six'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?