Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1999 > unrolled thread

Inform 1.1 - Printing and logging for command-line programs

Started byKen Kundert <theNurd@nurdletech.com>
First post2016-01-22 15:48 -0800
Last post2016-01-22 15:48 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Inform 1.1 - Printing and logging for command-line programs Ken Kundert <theNurd@nurdletech.com> - 2016-01-22 15:48 -0800

#1999 — Inform 1.1 - Printing and logging for command-line programs

FromKen Kundert <theNurd@nurdletech.com>
Date2016-01-22 15:48 -0800
SubjectInform 1.1 - Printing and logging for command-line programs
Message-ID<mailman.210.1453668762.15297.python-announce-list@python.org>
Inform is a printing and logging package intended to manage the
communication to the user for command-line programs.  It allows the
simple creation of specialized print functions (informants) that
communicate messages to the user through stdout, stderr, or a logfile as
appropriate. Simply sprinkle these informants though out your code and
at start up indicate to inform how verbose the users wishes it to be and
it manages the informants accordingly.

URL: http://nurdletech.com/linux-utilities/inform
License: GPLv3+

Ken Kundert
inform@nurdletech.com

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web