2ping
2ping copied to clipboard
A bi-directional ping utility
``` lockywolf@laptop:~/OfficialRepos/2ping>timeout --signal=INT 10s ./2ping -q | grep 'ping losses' --- Logging error --- Traceback (most recent call last): File "/usr/lib64/python3.9/logging/__init__.py", line 1087, in emit self.flush() File "/usr/lib64/python3.9/logging/__init__.py", line 1067,...
This installs the manpage at `{venv}/share/man/man1`, which is recognized by installers like [pipx](https://pipx.pypa.io/stable/how-pipx-works/#manual-pages) and [homebrew](https://github.com/Homebrew/brew/blob/1f55f0c01a1afe667e373e969bca234a9ddad290/Library/Homebrew/language/python.rb#L440-L443) (with [uv](https://github.com/astral-sh/uv/issues/4731) to hopefully follow soon). Also, I bumped `python-requires` to 3.8+, which matches the...