klp icon indicating copy to clipboard operation
klp copied to clipboard

installing with asdf

Open br-arruda opened this issue 1 year ago • 3 comments

Hi,

I liked your tool, but I see there is no method to install it on machine. I saw your TODO file and there is a task to publish it in PyPI, but there is a growing use of asdf to manage tools.

I'm familiar with using asdf, yet I haven't made any plugin repository for it. I could create a project to distribute klp with asdf, but to achieve this we would have to implement some sort of release or tagging scheme for this project, which I could reference in my plugin.

What do you think?

br-arruda avatar Oct 03 '24 17:10 br-arruda

Thank you for the suggestion. I'm not familiar with asdf and creating plugins for it. But as of today, klp is now available on PyPI as "klp_logviewer". Maybe this helps a bit.

dloss avatar Oct 04 '24 08:10 dloss

I now provide GitHub releases as well. Tag is the version number, e.g. v0.70.6

dloss avatar Oct 22 '24 15:10 dloss

because it is on PyPI, pipx can be used eg. pipx install klp-logviewer

sasa-buklijas avatar Jan 15 '25 17:01 sasa-buklijas