betafcc / pandora-cli

0 stars 0 forks source link

Port to python #1

Open betafcc opened 5 years ago

betafcc commented 5 years ago

Don't remember why I did it in node, guess had something to do with async-obsession i had at the time and how poor the support for async subprocess was in python, or maybe I was in love with commander or cause I wanted to use inquirer-autocomplete-prompt (can use python prompt-toolkit or something)

With the cli in python I could ditch the shell-outs by using poetry as a library

betafcc commented 5 years ago

use cleo