I just released lazy_table, a Python wrapper for pretty-streaming tables to the CLI!

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • lazy-table

    A python-tabulate wrapper for producing tables from generators

  • Good question! lt.stream has an artist argument which is responsible for how to render the table (there are more details on how to use this in the README). The default choice of artist will not mangle your terminal output so you can "scroll up" naturally. However, there are artists that will mangle your terminal output. An example is artist=lt.artists.Console(clear=True), which clears the TTY whenever a new row is generated.

  • lazy_table

    Discontinued A python-tabulate wrapper for producing tables from generators [Moved to: https://github.com/parsiad/lazy-table]

  • You can find more examples at github.com/parsiad/lazy_table!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts