<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git/README.md, branch 0.7.7</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>Removed pause command</title>
<updated>2017-07-03T21:22:16+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T21:22: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=29eeb8996053f35572f4d7b63e7c8cb0f62b6442'/>
<id>29eeb8996053f35572f4d7b63e7c8cb0f62b6442</id>
<content type='text'>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was pretty useless, it just printed a message and sat there and waited for the user to hit enter.

It didn't feel like it belonged in a top-level framework.  If a particular application wants this functionality, it is a 2 line change to add it back.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2017-07-03T19:24:37+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T19:24: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=4bb3fd02c678bd765cc945ea475e61d7a73f36c8'/>
<id>4bb3fd02c678bd765cc945ea475e61d7a73f36c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add screenshot to front page</title>
<updated>2017-07-03T19:04:46+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T19:04: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=4ebab8889cc8546bf19bbd2981b2231547b45757'/>
<id>4ebab8889cc8546bf19bbd2981b2231547b45757</id>
<content type='text'>
Also:
- Updated pythong_scripting.py example to show how to colorize text
- Updated contributing.md to show how to run code coverage in parallel using python-xdist and -nauto
- Updated contributing.md to talk more about looking at unit test results within the PR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Updated pythong_scripting.py example to show how to colorize text
- Updated contributing.md to show how to run code coverage in parallel using python-xdist and -nauto
- Updated contributing.md to talk more about looking at unit test results within the PR
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweak to description and layout</title>
<updated>2017-07-03T18:29:27+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T18:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b581fd53ee6ae6c478eacbaa79cac9fcb68f6d76'/>
<id>b581fd53ee6ae6c478eacbaa79cac9fcb68f6d76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to get title to fit on one line</title>
<updated>2017-07-03T18:22:41+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T18:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=375136b196b177e19cb4b82d8a212bf4d298acf2'/>
<id>375136b196b177e19cb4b82d8a212bf4d298acf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks to PyPI packaging and GitHub front-page</title>
<updated>2017-07-03T18:16:49+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-03T18:16: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=54f51420563206b4eaed10e00104b4500113c032'/>
<id>54f51420563206b4eaed10e00104b4500113c032</id>
<content type='text'>
PyPI changes:
- Changed overall cmd2 description
- Fixed pip install warning due to unknown "docs_require" distribution option
- No longer include examples and tests in PyPI *.tar.gz package

GitHub README.md changes:
- Changed top-level cmd2 description
- Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other
- Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyPI changes:
- Changed overall cmd2 description
- Fixed pip install warning due to unknown "docs_require" distribution option
- No longer include examples and tests in PyPI *.tar.gz package

GitHub README.md changes:
- Changed top-level cmd2 description
- Improved labels on build badges so it says "unix build: passing" and "windows build: passing" instead of two "build passing" badges right next to each other
- Reorganized layout a little to hopefully do a better job explaining what cmd2 is earlier
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more unit tests for the cmd2.Cmd.select() method</title>
<updated>2017-07-01T18:11:38+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-07-01T18:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=f2f91230b23cbed8f636e663e29e6bb4b1dbe9ee'/>
<id>f2f91230b23cbed8f636e663e29e6bb4b1dbe9ee</id>
<content type='text'>
Also

- Moved the existing tests for select to a more appropriate location
- Minor tweak to working in README for readability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also

- Moved the existing tests for select to a more appropriate location
- Minor tweak to working in README for readability
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced clipboard copy and paste custom code with pyperclip</title>
<updated>2017-06-30T20:47:47+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-30T20:47: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=42d4ba77ddbee818ab7e198d52ed5a2c555e6330'/>
<id>42d4ba77ddbee818ab7e198d52ed5a2c555e6330</id>
<content type='text'>
- Added a 3rd-party dependency on the pyperclip module

TODO: Rigorous test on all OSes, particularly Linux systems without xclip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added a 3rd-party dependency on the pyperclip module

TODO: Rigorous test on all OSes, particularly Linux systems without xclip
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored to replace custom StubbornDict with collections.OrderedDict</title>
<updated>2017-06-29T16:47:11+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>tleonhardt@gmail.com</email>
</author>
<published>2017-06-29T16:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=d717ea7966574dfec85bcc057f7abe5579c5c121'/>
<id>d717ea7966574dfec85bcc057f7abe5579c5c121</id>
<content type='text'>
The self.settable object is now an OrderedDict instead of a custom StubbornDict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The self.settable object is now an OrderedDict instead of a custom StubbornDict.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added codecov.io badge to README.md</title>
<updated>2017-06-25T00:05:10+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2017-06-25T00:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cmd2-git.git/commit/?id=b73117be943403cb000efd9f97bc72586261630d'/>
<id>b73117be943403cb000efd9f97bc72586261630d</id>
<content type='text'>
Added code coverage badge to GitHub front page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added code coverage badge to GitHub front page
</pre>
</div>
</content>
</entry>
</feed>
