Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558746
en ru br
ALT Linux repos
S:0.5.1-alt2

Group :: Development/Python3
RPM: python3-module-autopage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.5.1-alt2
Build date: 15 september 2023, 14:19 ( 32.1 weeks ago )
Size: 23.12 Kb

Home page:   https://pypi.org/project/autopage

License: Apache-2.0
Summary: Python library to add automatic paging of CLI output
Description:

Autopage is a Python library to automatically display terminal output from
a program in a pager (like less) whenever you need it, and never when you don't.
And it only takes one line of code.

You know how some CLI programs like git (and a handful of others, including man
and systemctl) automatically pipe their output to less? Except not if there's
less than one screen's worth of data. And if you redirect the output to a file
or a pipe, it does the right thing instead. Colours are preserved. Don't you wish
all programs worked like that? Now at least all of your Python programs can.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-autopage
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin