Language

Package: python-eliot @ 1.12.0

Synopsis

Eliot: the logging system that tells you why it happened

Description

eliot is a Python logging system that outputs causal chains of actions: actions can spawn other actions, and eventually they either succeed or fail. The resulting logs tell you the story of what your software did: what happened, and what caused it.

Home page
https://github.com/itamarst/eliot/
Location
gnu/packages/python-xyz.scm (line: 22045, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 153
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'python-setuptools' should probably not be an input at all