aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/cdl_dash_dat.py
Commit message (Collapse)AuthorAgeFilesLines
* remove cdl_dash_dat and wayback_static importersBryan Newbold2021-11-101-221/+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.
* importers: use clean_doi() in many more (all?) importersBryan Newbold2021-11-091-2/+4
|
* typing: relatively simple type check fixesBryan Newbold2021-11-031-3/+1
| | | | | | | 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-5/+15
| | | | | 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-57/+62
|
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-6/+15
|
* lint (flake8) tool python filesBryan Newbold2020-07-011-2/+2
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-3/+3
|
* include structured contrib names in CDL/dash importerBryan Newbold2019-05-201-2/+2
|
* python implBryan Newbold2019-05-141-2/+2
|
* python implBryan Newbold2019-05-141-4/+4
|
* importer code updatesBryan Newbold2019-05-131-1/+1
|
* partial python impl of ext_id and release_stage refactorsBryan Newbold2019-05-131-3/+5
|
* fix cdl_dash_dat license_slugBryan Newbold2019-03-191-7/+3
|
* importer for CDL/DASH dat pilot dweb datasetsBryan Newbold2019-03-191-0/+199