SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-terminaltables rpm build for : OpenSuSE. For other distributions click python3-terminaltables.

Name : python3-terminaltables
Version : 3.1.0 Vendor : obs://build_opensuse_org/home:lemmy04
Release : lp155.2.1 Date : 2022-11-14 09:49:16
Group : Development/Languages/Python Source RPM : python-terminaltables-3.1.0-lp155.2.1.src.rpm
Size : 0.10 MB
Packager : (none)
Summary : Generate simple tables in terminals from a nested list of strings
Description :
==============
terminaltables
==============

Easily draw tables in terminal/console applications from a list of lists of strings. Supports multi-line rows.

* Python 2.6, 2.7, PyPy, PyPy3, 3.3, 3.4, and 3.5 supported on Linux and OS X.
* Python 2.7, 3.3, 3.4, and 3.5 supported on Windows (both 32 and 64 bit versions of Python).

📖 Full documentation: https://robpol86.github.io/terminaltables

.. image:: https://img.shields.io/appveyor/ci/Robpol86/terminaltables/master.svg?style=flat-square&label=AppVeyor%20CI
:target: https://ci.appveyor.com/project/Robpol86/terminaltables
:alt: Build Status Windows

.. image:: https://img.shields.io/travis/Robpol86/terminaltables/master.svg?style=flat-square&label=Travis%20CI
:target: https://travis-ci.org/Robpol86/terminaltables
:alt: Build Status

.. image:: https://img.shields.io/codecov/c/github/Robpol86/terminaltables/master.svg?style=flat-square&label=Codecov
:target: https://codecov.io/gh/Robpol86/terminaltables
:alt: Coverage Status

.. image:: https://img.shields.io/pypi/v/terminaltables.svg?style=flat-square&label=Latest
:target: https://pypi.python.org/pypi/terminaltables
:alt: Latest Version

Quickstart
==========

Install:

.. code:: bash

pip install terminaltables

Usage:

.. code::

from terminaltables import AsciiTable
table_data = [
[\'Heading1\', \'Heading2\'],
[\'row1 column1\', \'row1 column2\'],
[\'row2 column1\', \'row2 column2\'],
[\'row3 column1\', \'row3 column2\']
]
table = AsciiTable(table_data)
print table.table
+--------------+--------------+
| Heading1 | Heading2 |
+--------------+--------------+
| row1 column1 | row1 column2 |
| row2 column1 | row2 column2 |
| row3 column1 | row3 column2 |
+--------------+--------------+

Example Implementations
=======================

.. image:: https://raw.githubusercontent.com/Robpol86/terminaltables/v3.1.0/docs/examples.png?raw=true
:alt: Example Scripts Screenshot

Source code for examples: `example1.py < https://github.com/Robpol86/terminaltables/blob/master/example1.py>`_,
`example2.py < https://github.com/Robpol86/terminaltables/blob/master/example2.py>`_, and
`example3.py < https://github.com/Robpol86/terminaltables/blob/master/example3.py>`_

.. changelog-section-start

Changelog
=========

This project adheres to `Semantic Versioning < http://semver.org/>`_.

3.1.0 - 2016-10-16
------------------

Added
* ``git --porcelain``-like table by liiight: https://github.com/Robpol86/terminaltables/pull/31

3.0.0 - 2016-05-30
------------------

Added
* Support for https://pypi.python.org/pypi/colorama
* Support for https://pypi.python.org/pypi/termcolor
* Support for RTL characters (Arabic and Hebrew).
* Support for non-string items in ``table_data`` like integers.

Changed
* Refactored again, but this time entire project including tests.

Removed
* ``padded_table_data`` property and ``join_row()``. Moving away from repeated string joining/splitting.

Fixed
* ``set_terminal_title()`` Unicode handling on Windows.
* https://github.com/Robpol86/terminaltables/issues/18
* https://github.com/Robpol86/terminaltables/issues/20
* https://github.com/Robpol86/terminaltables/issues/23
* https://github.com/Robpol86/terminaltables/issues/26

2.1.0 - 2015-11-02
------------------

Added
* GitHub Flavored Markdown table by bcho: https://github.com/Robpol86/terminaltables/pull/12
* Python 3.5 support (Linux/OS X and Windows).

2.0.0 - 2015-10-11
------------------

Changed
* Refactored code. No new features.
* Breaking changes: ``UnixTable``/``WindowsTable``/``WindowsTableDouble`` moved. Use ``SingleTable``/``DoubleTable``
instead.

1.2.1 - 2015-09-03
------------------

Fixed
* CJK character width fixed by zqqf16 and bcho: https://github.com/Robpol86/terminaltables/pull/9

1.2.0 - 2015-05-31
------------------

Added
* Bottom row separator.

1.1.1 - 2014-11-03
------------------

Fixed
* Python 2.7 64-bit terminal width bug on Windows.

1.1.0 - 2014-11-02
------------------

Added
* Windows support.
* Double-lined table.

1.0.2 - 2014-09-18
------------------

Added
* ``table_width`` and ``ok`` properties.

1.0.1 - 2014-09-12
------------------

Added
* Terminal width/height defaults for testing.
* ``terminaltables.DEFAULT_TERMINAL_WIDTH``
* ``terminaltables.DEFAULT_TERMINAL_HEIGHT``

1.0.0 - 2014-09-11
------------------

* Initial release.

.. changelog-section-end

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/lemmy04/15.5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-terminaltables-3.1.0-lp155.2.1.noarch.rpm
     

Provides :
python3-terminaltables

Requires :
filesystem
python(abi) = 3.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python3.6/site-packages/terminaltables
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/terminaltables-3.1.0-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/terminaltables/__init__.py
/usr/lib/python3.6/site-packages/terminaltables/__pycache__
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/ascii_table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/ascii_table.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/base_table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/base_table.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/build.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/build.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/github_table.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/github_table.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/other_tables.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/other_tables.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/terminal_io.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/terminal_io.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/width_and_alignment.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/terminaltables/__pycache__/width_and_alignment.cpython-36.pyc
/usr/lib/python3.6/site-packages/terminaltables/ascii_table.py
/usr/lib/python3.6/site-packages/terminaltables/base_table.py
/usr/lib/python3.6/site-packages/terminaltables/build.py
/usr/lib/python3.6/site-packages/terminaltables/github_table.py
/usr/lib/python3.6/site-packages/terminaltables/other_tables.py
There is 4 files more in these RPM.

 
ICM