summaryrefslogtreecommitdiff
path: root/maint/list_crates.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename maint/list_crates to kebab-caseIan Jackson2026-01-201-1/+79
| | | | | | | | | | Swap the symlink direction: now we have list_crates.py (the python module) with a symlink list-crates pointing to it. This allows the module to be imported but the command to be kebab case. The checking tooling doesn't understand this special arrangement. Lots of references to update!
* switch from awk to pythontrinity-1686a2022-08-241-0/+1
|
* rename *.py scripts to bare nameIan Jackson2022-02-181-23/+0
| | | | | | Update all references. There are three remaining hits for git-grep '\.py\b' all of which are scripts in "little-t-tor", not here in arti.
* Add a list_crates.py script, for help with foreach scripting.Nick Mathewson2021-10-291-0/+23