<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>byronc bits</title>
    <link>http://byron.theclarkfamily.name/blog</link>
    <description>breaking old technology, one bit at a time</description>
    <pubDate>Fri, 04 Jun 2010 03:12:24 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Python TUI Programming</title>
      <link>http://byron.theclarkfamily.name/blog/2007/02/14/python-tui-programming</link>
      <pubDate>Wed, 14 Feb 2007 22:16:42 MST</pubDate>
      <category><![CDATA[programming]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2007/02/14/python-tui-programming</guid>
      <description>Python TUI Programming</description>
      <content:encoded><![CDATA[<p>I've heard rumblings about <a href="http://excess.org/urwid/">Urwid</a> occasionally;
   today I actually had a chance to use it. For those who haven't seen it before,
   Urwid is a pure Python library for console user interfaces. It can uses curses
   as the backend or speak directly to the terminal emulator. The library isn't
   too complex and as long as you can pick colors better than I can the TUIs look
   pretty nice. Check it out the next time you don't want to write a GUI.
</p>]]></content:encoded>
    </item>
  </channel>
</rss>
