<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/docs, 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>Merge branch 'master' into clipboard</title>
<updated>2023-02-01T21:08:49+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-02-01T21:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=a95b8b3cbe92d44a0eec9866a5ead892e097514a'/>
<id>a95b8b3cbe92d44a0eec9866a5ead892e097514a</id>
<content type='text'>
# Conflicts:
#	CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	CHANGELOG.md
</pre>
</div>
</content>
</entry>
<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>Add documentation for allow_clipboard attribute</title>
<updated>2023-01-31T00:55:16+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2023-01-31T00:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f9ec31970e30d9bfe64ab0af170cde01ad4eab37'/>
<id>f9ec31970e30d9bfe64ab0af170cde01ad4eab37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance str_to_bool() to accept other types</title>
<updated>2022-11-06T02:13:37+00:00</updated>
<author>
<name>kotfu</name>
<email>kotfu@kotfu.net</email>
</author>
<published>2022-11-06T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=4ea11af39e78caa0a722791e408336395a113497'/>
<id>4ea11af39e78caa0a722791e408336395a113497</id>
<content type='text'>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename str_to_bool() -&gt; to_bool()
- Enhance to_bool() so that it accepts and converts bool, int, and float in addition to str
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing Sphinx error</title>
<updated>2022-07-13T15:39:36+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-07-13T15:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=755c78066932e3216897d9bacc6331a2fc0dacce'/>
<id>755c78066932e3216897d9bacc6331a2fc0dacce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced amount of style characters carried over from previous lines when aligning text.</title>
<updated>2022-02-23T00:52:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-23T00:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=e76dbad13cb6363d315cf851a5da3541e2138148'/>
<id>e76dbad13cb6363d315cf851a5da3541e2138148</id>
<content type='text'>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd2 now uses pyreadline3 when running any version of Python on Windows</title>
<updated>2022-02-17T16:13:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-17T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=4621b0501acdaea7230eef97ffa526d14820af80'/>
<id>4621b0501acdaea7230eef97ffa526d14820af80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update modular_commands.rst (#1199)</title>
<updated>2022-02-16T04:56:29+00:00</updated>
<author>
<name>Varun Mittal</name>
<email>viralmutant@users.noreply.github.com</email>
</author>
<published>2022-02-16T04:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=1050d9933c2c46d948be0891b6b9a38ec7c1f3a2'/>
<id>1050d9933c2c46d948be0891b6b9a38ec7c1f3a2</id>
<content type='text'>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Updates cmd2 External Test Plugin URL (#1193)</title>
<updated>2022-01-26T20:29:47+00:00</updated>
<author>
<name>Evgeniy Vasilev</name>
<email>aquilax@gmail.com</email>
</author>
<published>2022-01-26T20:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=de5cd40c388517e558cf74dbec61c64e8ad6ca75'/>
<id>de5cd40c388517e558cf74dbec61c64e8ad6ca75</id>
<content type='text'>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added substantial documentation concerning pyscript (#1187)</title>
<updated>2022-01-26T20:02:48+00:00</updated>
<author>
<name>Jerrad</name>
<email>29623+jayrod@users.noreply.github.com</email>
</author>
<published>2022-01-26T20:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=ebd617905609bed53447f44ef600fde5e8a66638'/>
<id>ebd617905609bed53447f44ef600fde5e8a66638</id>
<content type='text'>
* Added substantial documentation concerning pyscript

* Made suggested changes

* final changes

* fixed grammatical errors

Co-authored-by: jay &lt;you@example.com&gt;
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;
Co-authored-by: J A &lt;jand@blah.blah&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added substantial documentation concerning pyscript

* Made suggested changes

* final changes

* fixed grammatical errors

Co-authored-by: jay &lt;you@example.com&gt;
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;
Co-authored-by: J A &lt;jand@blah.blah&gt;</pre>
</div>
</content>
</entry>
</feed>
