aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_util.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-5/+5
| | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions.
* fmt (black): *.pyBryan Newbold2021-11-021-22/+26
|
* python: isort everythingBryan Newbold2021-11-021-2/+2
|
* lint (flake8) top-level python filesBryan Newbold2020-07-011-6/+1
|
* improve argparse usageBryan Newbold2019-12-111-10/+12
| | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format.
* refactor all python source for client lib nameBryan Newbold2019-09-051-3/+3
|
* remove typo duplication in fatcat_util.pyBryan Newbold2019-03-191-3/+0
| | | | Thanks CI pylint!
* submit and accept editgroups from fatcat_utilBryan Newbold2019-03-191-2/+24
|
* add commit (missing) fatcat_util.py fileBryan Newbold2019-03-151-0/+54