multimeric / ArgparsePrompt

Wrapper for the built-in Argparse, allowing missing command-line arguments to be filled in by the user via interactive prompts
GNU General Public License v3.0
11 stars 4 forks source link

Make Compatible With Python 2.7 #2

Closed pkenjora closed 4 years ago

pkenjora commented 5 years ago

Hi,

The original Argparse this extends is 2.7 compatible, and none of the code looks like it needs to be 3.0 only. Any chance we can get a 2.7 version or a disclaimer that its 3.0 only?

Thanks!

multimeric commented 4 years ago

Sorry, I somehow missed this question when you asked it.

In general I'm not interested in making my work Python 2 compatible because it adds a lot of mess to the code, but since this is such a small codebase I would be open to a PR solve this.

multimeric commented 4 years ago

It has now been documented that ArgparsePrompt is only currently compatible with Python 3.6+