aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/wayback_static.py
Commit message (Collapse)AuthorAgeFilesLines
* remove cdl_dash_dat and wayback_static importersBryan Newbold2021-11-101-287/+0
| | | | | | | | Cleaning out dead code. These importers were used to create demonstration fileset and webcapture entities early in development. They have been replaced by the fileset and webcapture ingest importers.
* more involved type wrangling and fixes for importersBryan Newbold2021-11-031-5/+5
|
* typing: relatively simple type check fixesBryan Newbold2021-11-031-11/+12
| | | | | | | These mostly add new variable names so that existing variables aren't overwritten with a new type; delay coercing '{}' or '[]' to 'None' until the last minute; adding is-not-None checks to conditional clauses; and similar small changes.
* typing: initial annotations on importersBryan Newbold2021-11-031-11/+17
| | | | | 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-72/+94
|
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-6/+13
|
* refactor duplicated b32_hex function in importersBryan Newbold2019-10-081-10/+1
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
|
* improvements to wayback_static importerBryan Newbold2019-08-221-6/+29
|
* python implBryan Newbold2019-05-141-1/+1
|
* python implBryan Newbold2019-05-141-2/+2
|
* python: impl size_bytes -> sizeBryan Newbold2019-05-131-1/+1
|
* importer code updatesBryan Newbold2019-05-131-0/+1
|
* new importer: wayback_staticBryan Newbold2019-03-191-0/+236