<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/examples, branch master</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Deprecate support for Python 3.6 and remove dependency on attrs (#1257)</title>
<updated>2023-01-31T20:01:12+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2023-01-31T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3'/>
<id>ee7599f9ac0dbb6ce3793f6b665ba1200d3ef9a3</id>
<content type='text'>
* Start deprecation of Python 3.6

* Removed dependency on attrs and replaced with dataclasses

* Fix typing

* Added comments to assist with dropping support of Python versions in the future.

---------

Co-authored-by: Kevin Van Brunt &lt;kmvanbrunt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Start deprecation of Python 3.6

* Removed dependency on attrs and replaced with dataclasses

* Fix typing

* Added comments to assist with dropping support of Python versions in the future.

---------

Co-authored-by: Kevin Van Brunt &lt;kmvanbrunt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Moved documentation annotation stripping into utility function. Changed argparse decorator to automatically strip annotations.</title>
<updated>2022-04-25T21:48:24+00:00</updated>
<author>
<name>Eric Lin</name>
<email>anselor@gmail.com</email>
</author>
<published>2022-04-18T16:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a222470521ad0007cbeb9c9da9068b71de73e0c9'/>
<id>a222470521ad0007cbeb9c9da9068b71de73e0c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed formatting error</title>
<updated>2022-04-13T20:07:05+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-04-13T20:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=53fc6179b60f5d3821a0a29de3d8d5ef4d52be51'/>
<id>53fc6179b60f5d3821a0a29de3d8d5ef4d52be51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an educational postcommand hook</title>
<updated>2022-04-13T20:07:05+00:00</updated>
<author>
<name>Case Ploeg</name>
<email>caseploog@gmail.com</email>
</author>
<published>2022-01-27T21:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=49a6b264876895e3020fdebf84232a28d4fe36a5'/>
<id>49a6b264876895e3020fdebf84232a28d4fe36a5</id>
<content type='text'>
Not necessary for the sake of the example, but might help some curious
individuals get a better feel for how the system works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not necessary for the sake of the example, but might help some curious
individuals get a better feel for how the system works.
</pre>
</div>
</content>
</entry>
<entry>
<title>update postparsing hooks</title>
<updated>2022-04-13T20:07:05+00:00</updated>
<author>
<name>Case Ploeg</name>
<email>caseploog@gmail.com</email>
</author>
<published>2022-01-27T21:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=830c7b443aeccd6f620f7144e9bc49aa120fcdf7'/>
<id>830c7b443aeccd6f620f7144e9bc49aa120fcdf7</id>
<content type='text'>
Previously redirection information was lost by the postparsing hooks
add_whitespace_hook() and downcase_hook(). This was fine for this simple
shell, but sets a bad example for more complicated use cases.

To fix this, when parsing the new Statement object, include the
`post_command` attribute from the original Statement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously redirection information was lost by the postparsing hooks
add_whitespace_hook() and downcase_hook(). This was fine for this simple
shell, but sets a bad example for more complicated use cases.

To fix this, when parsing the new Statement object, include the
`post_command` attribute from the original Statement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest version of black (#1201)</title>
<updated>2022-02-16T04:41:09+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2022-02-16T04:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=716ab8ab066938422d6548dea5c6b15be77267a1'/>
<id>716ab8ab066938422d6548dea5c6b15be77267a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to set border background color on BorderTables and AlternatingTables</title>
<updated>2021-11-10T20:55:44+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-11-10T03:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e328b67f9fd4a10ad1dd9da8e1f68b1726494660'/>
<id>e328b67f9fd4a10ad1dd9da8e1f68b1726494660</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated table example.</title>
<updated>2021-10-26T17:59:56+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-10-26T17:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=0d60017ba650ce2c8eedf2de7317477292e80056'/>
<id>0d60017ba650ce2c8eedf2de7317477292e80056</id>
<content type='text'>
Renamed Column settings:
    override_header_style -&gt; style_header_text
    override_data_style   -&gt; style_data_text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed Column settings:
    override_header_style -&gt; style_header_text
    override_data_style   -&gt; style_data_text
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ability to colorize all aspects of SimpleTables</title>
<updated>2021-10-25T22:01:17+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-10-22T20:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=fcf3410b343c074806343e289cff5d385b7eb16b'/>
<id>fcf3410b343c074806343e289cff5d385b7eb16b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBitBg classes.</title>
<updated>2021-10-18T17:06:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2021-10-11T19:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f57b08672af97f9d973148b6c30d74fe4e712d14'/>
<id>f57b08672af97f9d973148b6c30d74fe4e712d14</id>
<content type='text'>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for 24-bit/RGB colors with the cmd2.RgbFg and cmd2.RgbBg classes.

Removed dependency on colorama.

Deprecated cmd2.fg. Use cmd2.Fg instead.
Deprecated cmd2.bg. Use cmd2.Bg instead.

Changed type of ansi.allow_style from a string to an ansi.AllowStyle Enum class.
Fixed bug where using choices on a Settable didn't verify that a valid choice had been entered.
</pre>
</div>
</content>
</entry>
</feed>
