Package python3-module-autopage: Information

    Source package: python3-module-autopage
    Version: 0.6.0-alt1
    Build time:  Feb 7, 2026, 06:49 AM
    Report package bug
    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.

    List of RPM packages built from this SRPM:
    python3-module-autopage (noarch)

    Maintainer: Grigory Ustinov

    List of contributors:
    Grigory Ustinov
    Anton Vyatkin

      1. /dev/pts
      2. python3-module-fixtures
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-pytest
      5. python3-module-pytest
      6. python3-module-setuptools
      7. python3-module-testtools
      8. python3-module-wheel
      9. rpm-build-python3

    Last changed


    Feb. 6, 2026 Grigory Ustinov 0.6.0-alt1
    - Automatically updated to 0.6.0.
    Oct. 24, 2023 Anton Vyatkin 0.5.2-alt1
    - New version 0.5.2.
    Sept. 15, 2023 Anton Vyatkin 0.5.1-alt2
    - Fix FTBFS.