<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: rich</title>
    <link>https://waylonwalker.com/tags/rich/</link>
    <description>All posts with the tag &#34;rich&#34;</description>
    <lastBuildDate>Sat, 29 Jul 2023 00:58:00 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/rich/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>💭 Using Rich Inspect to interrogate Python objects - Textual</title>
      <link>https://waylonwalker.com/thought-54/</link>
      <description>!https://textual.textualize.io/blog/2023/07/27/using-rich-inspect-to-interrogate-python-objects/</description>
      <pubDate>Sat, 29 Jul 2023 00:58:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-54/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>rich</category>
      <category>terminal</category>
      <category>debugging</category>
      <category>thought</category>
    </item>
    <item>
      <title>Adding __rich__ methods to python classes</title>
      <link>https://waylonwalker.com/dunder_rich/</link>
      <description>Adding a method that returns a rich renderable to any python class makes it display this output if printed with rich. This also includes being nested inside...</description>
      <pubDate>Thu, 23 Dec 2021 19:34:18 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/dunder_rich/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>rich</category>
    </item>
  </channel>
</rss>