1
0
Fork 0

Update for README.rst features

Listed pretty printing as one of features.
This commit is contained in:
Vignesh Anand 2015-01-07 15:27:46 +05:30
parent 8728a73194
commit 0bd588f4d0
1 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ The `pgcli` is written using prompt_toolkit_.
* Config file is automatically created at ~/.pglirc at first launch.
* Primitive support for `psql` back-slash commands.
* Pretty prints tabular data.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
@ -149,7 +150,7 @@ Jonathan has also provided valuable feedback and support during the development
of this app.
This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`_
library for printing the output of tables. The reason for vendoring this
library for pretty printing the output of tables. The reason for vendoring this
library rather than listing it as a dependency in setup.py, is because I had to
make a change to the table format which is merged back into the original repo,
but not yet released inPyPI.