aboutsummaryrefslogtreecommitdiff
path: root/tools/ipconverter/ipconverter.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-32/+0
| | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
* ref(tools/python): make mypy happyFranck Cuny2022-10-171-5/+8
|
* ref(tools/ipconverter): rewrite the tool in pythonFranck Cuny2022-10-041-0/+29
No need to do this with Go, a python script is fine. We also don't need to set shell aliases for this: when we install the tool, we can create symbolic links to `ip2int` and `int2ip`.