[ITEM]
26.05.2020
25
Trminal 1.0.2 Download 8,3/10 7374 votes
Latest version

Released:

Software Installation and Lab Setup To work on the projects in Explorations in Computing you need to have Python running on your computer and you need to install the lab modules, which are all written in Python. Find Your Terminal Emulator A terminal emulator is a program that allows users to run software using a 'command line interface.' Every operating system comes with a terminal emulator. Ubuntu 19.10 (Eoan Ermine) has dropped the support for i386 architecture. Therefore we do not release i386 Ubuntu-based Clonezilla live for Ubuntu = 19.10, only amd64 (x86-64) arch is available.

Generate simple tables in terminals from a nested list of strings.

Project description

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

Example Implementations

Source code for examples: example1.py,example2.py, andexample3.py

Changelog

This project adheres to Semantic Versioning.

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.

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/DoubleTableinstead.

1.2.1 - 2015-09-03

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

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

Project details


Release historyRelease notifications

3.1.0

3.0.0

2.1.0

2.0.0

1.2.1

1.2.0

1.1.1

1.1.0

1.0.2

三维摄像机跟踪反求软件Imagineer Systems Mocha Pro 5.5.1 Win/Mac/Lnx破解版 含插件 免费下载(暂无中文汉化) Imagineer Systems Mocha VR 5.5.1是Imagineer Systems新出的. Mocha vr (plugin) 5.5.1 download free pc.

1.0.1

1.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for terminaltables, version 3.1.0
Filename, sizeFile typePython versionUpload dateHashes
Filename, size terminaltables-3.1.0.tar.gz (12.5 kB) File type Source Python version None Upload dateHashes
Close

Hashes for terminaltables-3.1.0.tar.gz

Hashes for terminaltables-3.1.0.tar.gz
AlgorithmHash digest
SHA256f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81
MD5863797674d8f75d22e16e6c1fdcbeb41
BLAKE2-2569bc44a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff
openssl.ssh
openssl version -a
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl
sudo apt-get update
sudo apt-get install openssl
openssl version -a

commented Sep 12, 2017
edited

Doesn't work for me. I've done all the steps above.

commented Dec 6, 2017

Boy, ppa:0k53d-karl-f830m/openssl doesn't look suspicious at all. I'd highly discourage unofficial sources of crypto software.

commented Jan 29, 2018

As this snippet shows at top of Google results -
please use it at own risk, as it suggests adding crypto software from unverified sources.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
[/ITEM]
[/MAIN]
26.05.2020
68

Trminal 1.0.2 Download 8,3/10 7374 votes
Latest version

Released:

Software Installation and Lab Setup To work on the projects in Explorations in Computing you need to have Python running on your computer and you need to install the lab modules, which are all written in Python. Find Your Terminal Emulator A terminal emulator is a program that allows users to run software using a 'command line interface.' Every operating system comes with a terminal emulator. Ubuntu 19.10 (Eoan Ermine) has dropped the support for i386 architecture. Therefore we do not release i386 Ubuntu-based Clonezilla live for Ubuntu = 19.10, only amd64 (x86-64) arch is available.

Generate simple tables in terminals from a nested list of strings.

Project description

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

Example Implementations

Source code for examples: example1.py,example2.py, andexample3.py

Changelog

This project adheres to Semantic Versioning.

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.

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/DoubleTableinstead.

1.2.1 - 2015-09-03

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

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

Project details


Release historyRelease notifications

3.1.0

3.0.0

2.1.0

2.0.0

1.2.1

1.2.0

1.1.1

1.1.0

1.0.2

三维摄像机跟踪反求软件Imagineer Systems Mocha Pro 5.5.1 Win/Mac/Lnx破解版 含插件 免费下载(暂无中文汉化) Imagineer Systems Mocha VR 5.5.1是Imagineer Systems新出的. Mocha vr (plugin) 5.5.1 download free pc.

1.0.1

1.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for terminaltables, version 3.1.0
Filename, sizeFile typePython versionUpload dateHashes
Filename, size terminaltables-3.1.0.tar.gz (12.5 kB) File type Source Python version None Upload dateHashes
Close

Hashes for terminaltables-3.1.0.tar.gz

Hashes for terminaltables-3.1.0.tar.gz
AlgorithmHash digest
SHA256f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81
MD5863797674d8f75d22e16e6c1fdcbeb41
BLAKE2-2569bc44a21174f32f8a7e1104798c445dacdc1d4df86f2f26722767034e4de4bff
openssl.ssh
openssl version -a
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl
sudo apt-get update
sudo apt-get install openssl
openssl version -a

commented Sep 12, 2017
edited

Doesn't work for me. I've done all the steps above.

commented Dec 6, 2017

Boy, ppa:0k53d-karl-f830m/openssl doesn't look suspicious at all. I'd highly discourage unofficial sources of crypto software.

commented Jan 29, 2018

As this snippet shows at top of Google results -
please use it at own risk, as it suggests adding crypto software from unverified sources.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
  • Search

  • Latest News

Trminal 1.0.2 Download В© 2020