1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-11 13:56:36 +03:00
Commit Graph

65 Commits

Author SHA1 Message Date
Chris Barnes
d9ea18d3a0
Add --help output to README (#1164)
* Add --help output to README

* README: Add reference to psql env variables
2020-03-30 20:50:06 +08:00
赖信涛
fd77549754
Deprecate Python2.7. (#1153)
* deprecate Python2.7.

So we can use latest version of prompt-toolit.
Relate: https://github.com/dbcli/pgcli/pull/1149

* black format, remove 2.7 support.

* using version py35 for black.

* Revert "black format, remove 2.7 support."

This reverts commit 4b6d0496cc.

* deprecated py27 using black.

* remove 2.7 from travis.

* update setup.py: delete python 2.7 support.
2020-03-09 20:14:51 -07:00
Alexander Zawadzki
df4dd00585 README.rst: tidy up redundant instructions (#1061)
* README.rst: tidy up redundant instructions 

Remove the README section which detailed how to force `psycopg2` 2.7 dependency installation from source rather than binary.

`psycopg2` 2.7 would automatically favour installation from binary. A bug affecting some users made it desirable to have the option to install from source instead. The README detailed how to do this using pip's `--no-binary` option (nice!).

`psycopg2` 2.8 has now split the binary and source dependencies into different packages with different names (source: [psycopg2 docs](http://initd.org/psycopg/docs/install.html#change-in-binary-packages-between-psycopg-2-7-and-2-8)) which makes the `--no-binary` instructions redundant. To specify source/binary you now need to explicitly specify the desired package.

As of #1060, installing `pgcli` from pip will result in the installation of `psycopg2` 2.8 from source.

* README: additional instructions for psycopg2 2.7 users

Anyone limited to psycopg2 2.7 may still encounter some known issues when installing from binary.
Add a link to the README to acknowledge this, and help those users install it from source.

* Update changelog.rst

* Update AUTHORS

* Update changelog
2019-05-30 10:03:47 -07:00
Irina Truong
31cf858942 Reverted docs for 617 now it's fixed. 2018-07-16 08:18:15 -07:00
Chris Fournier
b2a3a4b63b Encourage users to use SSL 2018-05-14 09:57:24 -04:00
Irina Truong
dd579cd330 Revert to psycopg2, and add instructions for no-binary install. 2018-03-23 11:12:03 -07:00
Daniel Hahler
d8c262073f Fix/update link to tabulate 2018-03-16 11:49:29 +01:00
Torkel Rogstad
6d85264cbe Adds install command for Debian 2017-10-13 01:57:06 +02:00
Irina Truong
d941274d74 Remove the chatty startup messages. 2017-08-06 22:10:02 -07:00
Irina Truong
9dcda453b5 Link to ipython. 2017-08-06 14:00:11 -07:00
Irina Truong
ebbdb45c7a Add documentation for running pgcli in ipython. 2017-08-06 13:57:22 -07:00
François Pietka
13b403fb24 Add Landscape badge 2017-07-27 07:55:04 +02:00
François Pietka
83e9c8601c Update badges
Fix CodeCov link
2017-07-27 07:49:43 +02:00
Étienne BERSAC
575ee09482
Add coverage badge 2017-07-21 09:08:55 +02:00
Irina Truong
f67d50c915 Removed instructions for custom brew tap. 2017-07-20 07:30:15 -07:00
Luke Murphy
0e5bca653c Use RST style links 2017-07-01 19:04:44 +01:00
Amjith Ramanujam
018f495f10 Merge pull request #735 from dbcli/feature/cli_helpers_output_format
Use CLI Helpers for output formatting
2017-06-26 10:37:25 -07:00
V
7094741ad8 Fixed installation instructions via brew
You should to tap the formula repo first
2017-06-26 18:02:20 +10:00
Thomas Roten
6a330140bb Remove tabulate and expanded output. 2017-06-11 21:20:24 -05:00
Thomas Roten
7a20bd281f Update Homebrew instructions. 2017-06-02 14:05:48 -05:00
Hraban Luyat
94d8091bac Fix readme monospace syntax 2017-04-25 09:44:58 +01:00
Hraban Luyat
0bf665d41d README: Explain how to use with Docker 2017-04-15 23:14:51 +01:00
Alexander Tesfamichael
6c6c53b3a5 Make it easier to find config option documentation 2017-04-12 11:42:02 +02:00
Amjith Ramanujam
e574f48e16 Update README.rst 2017-02-18 09:25:13 -08:00
Irina Truong
fdda8c4e5d Added documantation about tabulate's number formatting. Connect #617. 2017-02-04 18:56:20 -08:00
Morton Fox
67bb5aefec Fix link to Click
Click 3 is no more. I'd suggest linking to the root of the Click website and letting it redirect to the current stable version since they seem to be removing pages for the older versions.
2016-06-21 00:27:55 -04:00
Amjith Ramanujam
05def045cf Change the url to mycli. 2016-04-06 17:23:53 -07:00
Ari Summer
8134aee325 Update config file location in README 2016-02-21 09:54:01 -08:00
vinotheassassin
f9a2d55968 Update README.rst
Changed auto-completion to auto-completes in the features because it flows better.
2015-10-28 20:13:54 -07:00
Artur Dryomov
3cbdcdad0c Fix PyPI badge. 2015-10-11 19:58:05 +03:00
Amjith Ramanujam
52fb7c9315 Add link to website. 2015-07-24 08:51:22 -07:00
Amjith Ramanujam
877c0919d9 Remove one of the images. 2015-07-23 16:20:02 -07:00
Amjith Ramanujam
2cb6cf4b34 Add an animated gif to the readme. 2015-07-23 16:19:29 -07:00
Amjith Ramanujam
508b2eefbe Update repo references. 2015-04-18 22:54:58 -07:00
Amjith Ramanujam
d7b45799c0 Update README to include mysql-cli. 2015-04-11 12:26:25 -04:00
Amjith Ramanujam
2ad13b5d2c Add Gitter badge. 2015-01-29 22:49:23 -08:00
Amjith Ramanujam
e1311fc892 Update README with pypa doc. 2015-01-27 06:07:41 -08:00
Amjith Ramanujam
8979347118 Update README with the build-from-source option. 2015-01-22 23:45:44 -08:00
Amjith Ramanujam
72ab7f6e87 Update readme to mention the dev packages in linux. Fix #118 2015-01-13 22:25:03 -08:00
while0pass
e35a107194 Typo in README.rst 2015-01-10 04:06:33 +03:00
Amjith Ramanujam
643cd4cf58 Merge pull request #84 from rrampage/master
Corrected some typos
2015-01-08 11:45:35 -08:00
Marc Abramowitz
9932d43f9c README.rst: small tweaks 2015-01-08 09:26:39 -08:00
rrampage
f4ae573d06 Corrected some typos 2015-01-08 20:45:12 +05:30
Tiago Ribeiro
4559920622 Fix typos in README 2015-01-07 22:20:53 +00:00
Amjith Ramanujam
e61c3428d4 Merge pull request #60 from vegetableman/patch-1
Update for README.rst features
2015-01-07 08:16:36 -08:00
Jacob Magnusson
6b3d012f9d README fix for #59 2015-01-07 11:09:30 +01:00
Vignesh Anand
0bd588f4d0 Update for README.rst features
Listed pretty printing as one of features.
2015-01-07 15:27:46 +05:30
Charlie Arnold
d7e02a9a90 fix type in README 2015-01-06 17:15:45 -08:00
Amjith Ramanujam
b76cf4c612 Add badges to Readme. 2015-01-04 23:34:31 -08:00
Amjith Ramanujam
d3415743d3 Fix easy_install command in readme. 2014-12-27 00:47:07 -08:00