Shreyas Atre

Results 125 comments of Shreyas Atre

Hi, @q82419 Thank you for this. On it.

> Hi @SAtacker Since we may have more and more plugins in the future release, do you have any idea about how to manage them? AFAIK, we add new options...

Did we consider a python (2.x, 3.x) script for installation? It'll be more powerful and easier to develop. Although it will add python as an installation dependency. But at the...

> > Did we consider a python (2.x, 3.x) script for installation? It'll be more powerful and easier to develop. Although it will add python as an installation dependency. But...

We can write for both 2 & 3 versions. We will use futures module [ref](https://stackoverflow.com/questions/7075082/what-is-future-in-python-used-for-and-how-when-to-use-it-and-how-it-works)

There are additional utilities like [six](https://six.readthedocs.io/)

> > There are additional utilities like [six](https://six.readthedocs.io/) > > Is this an external package which needs to install by pip? I would like to have the minimum dependencies of...

> If we are looking for installer / pkg mgmt solution, perhaps we can look into Porter? It is also a CNCF sandbox project. > > https://porter.sh Seems like it...

However, after reading through its docs, I don't understand how it'll help us manage our plugins. It'll still require scripts to install.

I have seen the following material: - https://stackoverflow.com/questions/6318809/how-do-i-grab-an-ini-value-within-a-shell-script - https://github.com/albfan/bash-ini-parser I don't think it's a good idea. Reasons: 1. It'll evaluate the `ini` file. There are a few comments on...