aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/shadow.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: initial annotations on importersBryan Newbold2021-11-031-6/+9
| | | | | This commit just adds the type annotations, doesn't do fixes to code to make type checking pass.
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-52/+61
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-2/+3
|
* lint (flake8) tool python filesBryan Newbold2020-07-011-5/+0
|
* remove arabesque short wayback URL hackBryan Newbold2020-02-141-6/+0
|
* improve shadow import file url cleanup pathBryan Newbold2020-02-131-2/+12
| | | | Should probably be refactored out in to shared cleanup code.
* shadow import fixes from QA testingBryan Newbold2020-02-131-0/+6
|
* shadow import: more filtering of file_meta fieldsBryan Newbold2020-02-131-0/+10
|
* basic shadow importerBryan Newbold2020-02-131-0/+175