aboutsummaryrefslogtreecommitdiff
path: root/tools/seqstat/seqstat.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-30/+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-8/+12
|
* ref(seqstat): rewrite from go to pythonFranck Cuny2022-10-151-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.