aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/matched.py
Commit message (Collapse)AuthorAgeFilesLines
* more 'true' -> True query param fixesBryan Newbold2019-01-181-1/+1
|
* use full-on autoaccept modeBryan Newbold2019-01-111-4/+7
| | | | | | | | 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-6/+12
|
* python impl of API ident harmonizationBryan Newbold2018-12-241-10/+10
|
* crossref importer checks for existing DOIsBryan Newbold2018-11-211-3/+3
|
* large refactor of python names/pathsBryan Newbold2018-11-151-2/+8
| | | | | | | - 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-4/+4
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-131-0/+144