okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

serenata-toolbox cli #200

Closed willianpaixao closed 5 years ago

willianpaixao commented 6 years ago

I don't know why, every time I want to download or list the datasets, I go straight to the command line and run serenata-toolbox update then I get surprised when I get a bash: serenata_toolbox: command not found. I spend one full minute thinking what happened to my binary to then remember that it doesn't work like that, you need to create and run a small python script that can be found in the README.md.

But why there isn't a python wrapper script that is installed together with the library during the pip install?

Kind regards, Willian Paixao

cuducos commented 6 years ago

But why there isn't a python wrapper script that is installed together with the library during the pip install?

No reason why except nobody has ever suggested that before : )

I think that most of the use the toolbox use cases in our case is inside other scripts (aka Rosie), but I do believe a CLI is useful to people who would like to get the datasets outside Rosie pipeline. Wonderful idea.