./textproc/py-humanfriendly, Human friendly output for text interfaces using Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 10.0nb1, Package name: py310-humanfriendly-10.0nb1, Maintainer: bacon

The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

- Parsing and formatting numbers, file sizes, pathnames and timespans
in simple, human friendly formats.
- Easy to use timers for long running operations, with human friendly
formatting of the resulting timespans.
- Prompting the user to select a choice from a list of options by
typing the option's number or a unique substring of the option.
- Terminal interaction including text styling (ANSI escape sequences),
user friendly rendering of usage messages and querying the terminal
for its size


Master sites:

Filesize: 352.248 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-01 22:39:22 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-humanfriendly: make a proper python package
   2023-07-23 04:03:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-humanfriendly: add comment why py-capturer test dependency is commented out
   2023-07-23 04:02:00 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-humanfriendly: not for Python 2

Many of its test dependencies do not support it
   2023-07-22 14:16:06 by Jason Bacon | Files touched by this commit (1)
Log message:
textproc/py-humanfriendly: Use PYPI for homepage

Prefer summary info in a standardize format when gathering
info for packages
   2023-07-22 14:08:30 by Jason Bacon | Files touched by this commit (4)
Log message:
textproc/py-humanfriendly: Human friendly text output

The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

 - Parsing and formatting numbers, file sizes, pathnames and timespans
   in simple, human friendly formats.
 - Easy to use timers for long running operations, with human friendly
   formatting  of the resulting timespans.
 - Prompting the user to select a choice from a list of options by
   typing the  option's number or a unique substring of the option.
 - Terminal interaction including text styling (ANSI escape sequences),
   user friendly rendering of usage messages and querying the terminal
   for its size