Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more involved type wrangling and fixes for importers | Bryan Newbold | 2021-11-03 | 1 | -5/+5 |
| | |||||
* | typing: relatively simple type check fixes | Bryan Newbold | 2021-11-03 | 1 | -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 importers | Bryan Newbold | 2021-11-03 | 1 | -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 Newbold | 2021-11-02 | 1 | -72/+94 |
| | |||||
* | lint/fmt: remove all 'import *' | Bryan Newbold | 2021-11-02 | 1 | -6/+13 |
| | |||||
* | refactor duplicated b32_hex function in importers | Bryan Newbold | 2019-10-08 | 1 | -10/+1 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | improvements to wayback_static importer | Bryan Newbold | 2019-08-22 | 1 | -6/+29 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | python: impl size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | importer code updates | Bryan Newbold | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | new importer: wayback_static | Bryan Newbold | 2019-03-19 | 1 | -0/+236 |