tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.51k stars 86 forks source link

support Python 2.0 #22

Closed pyu10055 closed 4 years ago

pyu10055 commented 4 years ago

We currently using PyInquirer, and we would like to switch to questionary, but we need python 2.0 support. In your opinion what needs to be done to support Python 2.0? We would be happy to contribute. Thanks

tmbo commented 4 years ago

There wouldn't be large changes, but I imagine there are a couple of syntax things that are py3 specific. To be honest, I wouldn't want to maintain this project for py2 though, as lifetime of 2.7 is ending this year anyways.