ptmcg / logmerger

TUI utility to view multiple log files with merged timeline
MIT License
145 stars 3 forks source link

pip install ??? #26

Closed okken closed 10 months ago

okken commented 10 months ago

Can we have this as an installable package? Do you need any help with this?

ptmcg commented 10 months ago

Thanks - you just happened to catch me in the middle of renaming from log_merger to logmerger. You should be able to install 0.4.0 using pip install log_merger, but I got feedback that the underscore in the name was undesirable, so while it's early in its life, as of the 0.5.0 release, log_merger will formally be released and renamed as logmerger.

(And I'll be sure to add installation instructions to the README!)

ptmcg commented 10 months ago

Well, PyPI has gotten fussy in recent days, and my desired new name "logmerger" is deemed too close to an existing project, i.e. "log_merger", and so has been rejected (thanks typo-squatters! This is why we can't have nice things). So for now, you need to pip install log_merger (which I've added to the README), but the command line command will be logmerger. Once I get things squared away with PyPI admins, the project will be renamed to logmerger, so that the shell command and the PyPI project and the pip install argument will all be the same (may require deleting and creating a new project - well it is still an alpha stage release, so these things can happen...). Thanks for your patience!

ptmcg commented 10 months ago

Updated instructions and new PyPI project name logmerger are now uploaded to PyPI in version 0.6.0. You can now install using pip install logmerger and the command-line command is also logmerger.

okken commented 10 months ago

Awesome. I’ll do an update during next weeks Python Bytes