1
0
Fork 0
Commit Graph

127 Commits

Author SHA1 Message Date
Brett 81e98a80e4 replace configparser with configobj 2015-05-28 07:39:40 -04:00
Amjith Ramanujam da31947d3b Update changelog for 0.17.0 release. 2015-05-24 23:38:39 -07:00
Jonathan Slenders 5f8126c179 Upgrade to prompt-toolkit 0.34 2015-05-11 13:29:45 -07:00
Amjith Ramanujam 9bae66bedb Remove jedi installation hack in setup.py. 2015-04-28 23:16:15 -07:00
Darik Gamble c29db863ab pin sqlparse to 0.1.14 2015-04-20 21:40:58 -04:00
Amjith Ramanujam 26d6899ec8 Switch back to using psycopg2. 2015-02-08 14:45:22 -08:00
Amjith Ramanujam 749a69d621 Pin the version to psycopg2cffi to 2.6.1 and above. 2015-02-08 14:04:25 -08:00
Amjith Ramanujam c5c3047b90 Convert to use cffi. But unicode isn't working. 2015-02-06 22:58:59 -08:00
Darik Gamble 830d1beaa8 Remove pandas dependency by storing database metadata as lists of tuples 2015-01-25 11:39:03 -05:00
Darik Gamble 78dce17428 Add pandas as a mandatory requirement 2015-01-18 15:53:47 -05:00
Karl-Aksel Puulmann 0b7e04a161 Update prompt_toolkit version, now supporting CTRL+arrow shortcuts.
There were some incompatibilities with the previous API, outlined in their commit
0d0a5566a8.
2015-01-08 22:18:31 +02:00
Amjith Ramanujam 09f7ac55d0 Make pygments capital-cases in setup.py 2015-01-07 09:02:00 -08:00
Guewen Baconnier 2c57e43728 click version must be >= 3.2
Because it uses click.termui.secho() with the keyword argument 'err' that has
been added in click 3.2.

Fixes #54
2015-01-07 09:10:18 +01:00
Amjith Ramanujam d437a12a03 Update setup.py with specific versions for dependencies. 2015-01-06 19:44:57 -08:00
Karl-Aksel Puulmann 1da648c450 Fix psycopg2 version 2015-01-07 00:03:33 +02:00
Amjith Ramanujam 01b51ffab7 Update the homepage in setup. 2015-01-06 00:07:16 -08:00
Amjith Ramanujam 1b8d11a3e7 Add default config file to setup.py. 2014-12-11 08:59:42 -08:00
Amjith Ramanujam 7b704af3c9 Change license file. 2014-12-11 01:44:00 -08:00
Amjith Ramanujam 657ed40048 Add in the license. 2014-12-11 01:37:51 -08:00
Amjith Ramanujam 360b812e55 Add author email to setup.py 2014-12-11 01:32:00 -08:00
Amjith Ramanujam 7b363a3634 Update the description in setup.py. 2014-12-11 00:59:38 -08:00
Amjith Ramanujam a88192bc0c Remove tabulate from dependencies and update LICENSE. 2014-12-08 00:25:47 -08:00
Amjith Ramanujam df160772fc Add a section for linux install in Readme. 2014-11-30 22:14:08 -08:00
Amjith Ramanujam 5cc3dd0c91 Update setup.py to read from the Readme. 2014-11-30 22:05:24 -08:00
Amjith Ramanujam 34bdecea61 Move pgcli into a directory and make a package. 2014-11-26 00:02:34 -08:00
Amjith Ramanujam d3f88eb65c Add pretty printing of table data. 2014-11-23 23:30:17 -08:00
Amjith Ramanujam 18f489879e Rename scripts and add setup. 2014-10-12 15:07:34 -07:00