aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/orcid.py
Commit message (Collapse)AuthorAgeFilesLines
* lint (flake8) tool python filesBryan Newbold2020-07-011-3/+1
|
* orcid: skip non-person ORCID recordsBryan Newbold2019-12-261-0/+4
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-5/+5
|
* python implBryan Newbold2019-05-141-4/+5
|
* yet another required field bugBryan Newbold2019-01-291-4/+5
|
* pass through kwargs (fixes bezerk imports)Bryan Newbold2019-01-291-1/+2
|
* drop creators with no display name at allBryan Newbold2019-01-281-3/+3
|
* make ORCID importer skip no-names, not assertBryan Newbold2019-01-281-1/+2
|
* ftfy all over (needs Pipfile.lock)Bryan Newbold2019-01-231-4/+4
|
* refactor remaining importersBryan Newbold2019-01-221-18/+27
|
* more 'true' -> True query param fixesBryan Newbold2019-01-181-1/+1
|
* use full-on autoaccept modeBryan Newbold2019-01-111-2/+2
| | | | | | | | Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description.
* importers and tests all use new api-passingBryan Newbold2019-01-081-0/+10
|
* python impl of API ident harmonizationBryan Newbold2018-12-241-4/+4
|
* large refactor of python names/pathsBryan Newbold2018-11-151-2/+2
| | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose
* use Counter object instead of per-metric intsBryan Newbold2018-11-131-2/+2
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-131-0/+73