
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
PTable is a simple Python library designed to make it quick and easy to
represent tabular data in visually appealing ASCII tables, originally
forked from PrettyTable <https://code.google.com/p/prettytable/>
_.
.. image:: https://travis-ci.org/tducret/PTable.svg :target: https://travis-ci.org/tducret/PTable :alt: Build Status
.. image:: https://landscape.io/github/tducret/PTable/master/landscape.svg?style=flat :target: https://landscape.io/github/tducret/PTable/master :alt: Code Health
.. image:: https://coveralls.io/repos/github/tducret/PTable/badge.svg?branch=master :target: https://coveralls.io/github/tducret/PTable?branch=master :alt: Coverage
As PTable is a fork of PrettyTable, and compatible with all its APIs, so PTable is usage is the same as PrettyTable, and the installation would cover on the original PrettyTable.
As always, you can install PTable in 3 ways.
Via pip (recommend)::
pip install PTable
Via easy_install::
easy_install PTable
From source::
python setup.py install
PTable supports two kinds of usage:
PTable library API is almost as PrettyTable, you can import the same API from
prettytable
library:
.. code-block:: python
from prettytable import PrettyTable
x = PrettyTable()
A better hosted document is hosted on ReadTheDocument <http://ptable.readthedocs.org/>
_.
This is an original function of PTable, can be used as ptable
command:
.. code-block:: shell
ptable --csv somefile.csv
or a Unix style pipe:
.. code-block:: shell
cat somefile.csv | ptable
Will both print a ASCII table in terminal.
Source Code (GitHub) <https://github.com/kxxoling/PrettyTable>
__RTFD <https://ptable.readthedocs.org>
__PyPI <https://pypi.python.org/pypi/ptabl://pypi.python.org/pypi/ptable>
__PrettyTable <https://code.google.com/p/prettytable/>
_FAQs
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
We found that PTableUnicode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.