aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms/entities.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-1/+3
| | | | | | 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.
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-3/+3
| | | | | | | | | Adds annotations and re-workes dataflow to satisfy existing mypy issues, without adding any additional type annotations to, eg, function signatures. There will probably be many more type errors when annotations are all added.
* entity transforms: add basic type annotationsBryan Newbold2021-11-021-7/+19
|
* basic toml transform helperBryan Newbold2020-07-301-3/+19
|
* lint (flake8) tool python filesBryan Newbold2020-07-011-1/+0
|
* dict wrapper for entity_from_json()Bryan Newbold2019-10-081-2/+6
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
|
* refactor transforms into sub-dirBryan Newbold2019-03-111-0/+31