This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tleonhardt
Recipients Catherine.Devlin, barry, catherinedevlin, docs@python, gvanrossum, lukasz.langa, ned.deily, rhettinger, steven.daprano, tleonhardt
Date 2018-04-07.05:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523078190.27.0.682650639539.issue33233@psf.upfronthosting.co.za>
In-reply-to
Content
The cmd2 project is in the process of rapidly stabilizing, but it isn't quite there yet.

The other cmd2 core maintainers and I do have a bunch of refactoring planned over the next 6 to 8 months or so.  Right now @kotfu (Jared Crapo) is working on replacing pyparsing with shlex.  Since shlex is built into Python, that removes one 3rd party dependency.   In early September we plan on abandoning support for Python 2.7 for future releases which will enable us to remove dependencies on most of the other 3rd party libraries we currently depend upon and to dramatically clean the code up in numerous other ways.  The one third party dependency which will be left is pyperclip, but honestly that isn't very well maintained and I've been thinking about removing the functionality we use it for (clipboard copy/paste).

Another core cmd2 maintainer, @kmvanbrunt (Kevin Van Brunt) has been toying with the idea of forking it and creating a lighter and simpler version with a reduced feature set.  If it is something the core developers view as desirable, I think it would perhaps be a viable path forward to have the cmd2 maintainers take over maintenance of cmd and to move towards that becoming the lightweight reduced feature set version and cmd2 living on as the heavier weight more full featured extension of cmd (but many of the current features of cmd2 could be merged into cmd).
History
Date User Action Args
2018-04-07 05:16:30tleonhardtsetrecipients: + tleonhardt, gvanrossum, barry, rhettinger, catherinedevlin, ned.deily, steven.daprano, docs@python, lukasz.langa, Catherine.Devlin
2018-04-07 05:16:30tleonhardtsetmessageid: <1523078190.27.0.682650639539.issue33233@psf.upfronthosting.co.za>
2018-04-07 05:16:30tleonhardtlinkissue33233 messages
2018-04-07 05:16:29tleonhardtcreate