aboutsummaryrefslogtreecommitdiff
path: root/src/cli/seqstat.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-05remove a few scriptsFranck Cuny1-27/+0
2024-05-05move ipconverter under `src`Franck Cuny1-1/+1
2024-05-04move seqstatFranck Cuny1-12/+9
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-0/+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.
2022-10-17ref(tools/python): make mypy happyFranck Cuny1-8/+12
2022-10-15ref(seqstat): rewrite from go to pythonFranck Cuny1-0/+26
This is a simple script, there's no benefit in having this in go. Having it Python makes it easier to extend with panda or other libraries in the future if I need more statistics too.