<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: lpshell &#8211; convenient launchpadlib script</title>
	<atom:link href="http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/</link>
	<description>addicted to Ubuntu development</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:53:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Von: Markus Korn</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-688</link>
		<dc:creator>Markus Korn</dc:creator>
		<pubDate>Sun, 17 Jan 2010 16:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-688</guid>
		<description>hmm, I thought I commented on this post last week, but maybe something went wrong.
All I wanted to say is: some time ago I started ilaunchpad-shell [0], which is a customized ipython shell with similar purpose than lpshell. It has a few shortcuts for frequently used code, basic apidoc integration and an exception hook for launchpadlib&#039;s HTTPErrors which prints all relevant information in a nice way.

[0] https://launchpad.net/ilaunchpad-shell</description>
		<content:encoded><![CDATA[<p>hmm, I thought I commented on this post last week, but maybe something went wrong.<br />
All I wanted to say is: some time ago I started ilaunchpad-shell [0], which is a customized ipython shell with similar purpose than lpshell. It has a few shortcuts for frequently used code, basic apidoc integration and an exception hook for launchpadlib&#8217;s HTTPErrors which prints all relevant information in a nice way.</p>
<p>[0] <a href="https://launchpad.net/ilaunchpad-shell" rel="nofollow">https://launchpad.net/ilaunchpad-shell</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Michael Bienia</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-687</link>
		<dc:creator>Michael Bienia</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-687</guid>
		<description>There is also &quot;Interactive Launchpad Shell&quot; (https://edge.launchpad.net/ilaunchpad-shell).</description>
		<content:encoded><![CDATA[<p>There is also &#8220;Interactive Launchpad Shell&#8221; (<a href="https://edge.launchpad.net/ilaunchpad-shell" rel="nofollow">https://edge.launchpad.net/ilaunchpad-shell</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andrea Corbellini</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-686</link>
		<dc:creator>Andrea Corbellini</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-686</guid>
		<description>Just a tip: you can also put that code in a RC file for the Python console, so you can access your &quot;lp&quot; object in every Python console, without needing to run &quot;lpshell&quot;.</description>
		<content:encoded><![CDATA[<p>Just a tip: you can also put that code in a RC file for the Python console, so you can access your &#8220;lp&#8221; object in every Python console, without needing to run &#8220;lpshell&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: pitti</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-680</link>
		<dc:creator>pitti</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-680</guid>
		<description>Indeed, I committed/uploaded to ubuntu-dev-tools now.</description>
		<content:encoded><![CDATA[<p>Indeed, I committed/uploaded to ubuntu-dev-tools now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Matt Zimmerman</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-679</link>
		<dc:creator>Matt Zimmerman</dc:creator>
		<pubDate>Wed, 13 Jan 2010 11:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-679</guid>
		<description>Nice one! It would be great to see this little gem in a Launchpad tools package in Ubuntu.</description>
		<content:encoded><![CDATA[<p>Nice one! It would be great to see this little gem in a Launchpad tools package in Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Markus Korn</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-678</link>
		<dc:creator>Markus Korn</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-678</guid>
		<description>Some time ago I started a project called ilaunchpad-shell [0], which is a customized ipython shell for exactly the same purpose, making access to launchpad via launchpadlib easier. Maybe this is useful for you too. It has some shortcuts for frequently used things, basic integration of the apidoc, a debug mode which prints httplib2 debug messages and exceptionhook for launchpadlib&#039;s HTTPErrors to print all useful information.

[0] https://edge.launchpad.net/ilaunchpad-shell</description>
		<content:encoded><![CDATA[<p>Some time ago I started a project called ilaunchpad-shell [0], which is a customized ipython shell for exactly the same purpose, making access to launchpad via launchpadlib easier. Maybe this is useful for you too. It has some shortcuts for frequently used things, basic integration of the apidoc, a debug mode which prints httplib2 debug messages and exceptionhook for launchpadlib&#8217;s HTTPErrors to print all useful information.</p>
<p>[0] <a href="https://edge.launchpad.net/ilaunchpad-shell" rel="nofollow">https://edge.launchpad.net/ilaunchpad-shell</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: sil</title>
		<link>http://www.piware.de/2010/01/lpshell-convenient-launchpadlib-script/comment-page-1/#comment-674</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Wed, 13 Jan 2010 01:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.piware.de/?p=270#comment-674</guid>
		<description>blimey, #!/usr/bin/python -i. I didn&#039;t know about that. That&#039;s a really nice technique :)</description>
		<content:encoded><![CDATA[<p>blimey, #!/usr/bin/python -i. I didn&#8217;t know about that. That&#8217;s a really nice technique <img src='http://www.piware.de/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

