aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/doaj_article.py
Commit message (Expand)AuthorAgeFilesLines
* refactor importer metadata tables into separate file; move some helpers aroundBryan Newbold2021-11-101-4/+1
* typing: relatively simple type check fixesBryan Newbold2021-11-031-8/+6
* typing: initial annotations on importersBryan Newbold2021-11-031-10/+11
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-1/+1
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-82/+96
* python: isort everythingBryan Newbold2021-11-021-4/+13
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
* add fuzzy match filtering to DOAJ importerBryan Newbold2020-12-161-2/+9
* doaj: fix update code path (getattr not __dict__)Bryan Newbold2020-11-201-4/+3
* DOAJ: handle empty identifier 'id' caseBryan Newbold2020-11-201-0/+2
* tweak DOAJ importer class args and default for do_updatesBryan Newbold2020-11-191-2/+2
* implement remainder of DOAJ article importerBryan Newbold2020-11-191-57/+125
* initial implementation of DOAJ importerBryan Newbold2020-11-191-0/+289