14 Commits

Author SHA1 Message Date
Julian Taylor
405141964e lp-shell: rename options.mode to options.shell 2011-08-14 18:56:31 +02:00
Julian Taylor
8e8a5d7e52 lp-shell: clear argv for ipython < 0.11 2011-08-14 18:03:47 +02:00
Julian Taylor
a8965d486d lp-shell: disable import error pylint error on nested try-except 2011-08-14 18:03:09 +02:00
Julian Taylor
5f374b192b lp-shell: add cmd-line options to set used shell 2011-08-14 17:40:28 +02:00
Julian Taylor
3449fc6a64 lp-shell: use ipython shell if available
suggest ipython and when available use it instead of the regular python shell
2011-08-14 17:07:42 +02:00
Benjamin Drung
b09ddfee2f Make pylint happier. 2010-12-27 21:54:31 +01:00
Benjamin Drung
f8d3f9f2f5 Wrap all long lines in Python scripts. 2010-12-27 14:21:01 +01:00
Michael Bienia
133f91bbf9 lp-shell, import-bug-from-debian:
Use the 'production' LP instance instead of 'edge' (which is going away).
2010-12-03 13:54:28 +01:00
Benjamin Drung
1943df29eb Remove all trailing spaces. 2010-12-03 00:06:43 +01:00
Michael Bienia
36fd550ab4 lp-shell: Use "udt-lp-shell" as LP API consumer instead of the non-unique
"test" (lp: #558531).
2010-04-13 18:43:51 +02:00
Michael Bienia
e8722696bf lp-shell:
+ Add support for using different LP API versions.
+ Add option to login anonymously into LP.
doc/lp-shell.1: Update the documentation.
2010-03-27 20:19:58 +01:00
Michael Bienia
c921eaf947 lp-shell: Support all to the launchpadlib Python module known service names. 2010-03-18 11:03:55 +01:00
Colin Watson
1005f7d174 lp-shell: Disable default apport excepthook, as this is intended for
interactive use.
2010-02-24 10:41:55 +00:00
Martin Pitt
ddd6372281 * Add lp-shell: Open an interactive Python shell with a
launchpadlib.Launchpad object "lp" which is ready for use.
  If the first command line argument is "staging", this will be on staging
  instead of production.
* Add doc/lp-shell.1: Manpage.
2010-01-13 14:32:07 +01:00