aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers
Commit message (Collapse)AuthorAgeFilesLines
...
* don't need to supply editor_id nowBryan Newbold2018-12-312-8/+4
|
* python impl of API ident harmonizationBryan Newbold2018-12-246-36/+36
|
* implement release_year (and rustfmt)Bryan Newbold2018-12-242-9/+14
|
* do actually require title for crossref importBryan Newbold2018-12-011-3/+3
|
* crossref importer doesn't require author/title attributesBryan Newbold2018-11-211-6/+6
|
* crossref importer checks for existing DOIsBryan Newbold2018-11-212-4/+19
|
* grobid importer: release_date as a dateBryan Newbold2018-11-211-1/+1
|
* start supporting kafka importersBryan Newbold2018-11-192-1/+18
| | | | A nice feature would be some/any log output as to progress.
* fix some broken importer argsBryan Newbold2018-11-191-5/+7
|
* monograph isn't a CSL typeBryan Newbold2018-11-191-1/+1
|
* bunch of pylint cleanupBryan Newbold2018-11-154-16/+25
|
* large refactor of python names/pathsBryan Newbold2018-11-157-12/+42
| | | | | | | - 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
* update crossref controlled vocabBryan Newbold2018-11-142-3/+32
|
* python tweaks for date/datetime rust fixBryan Newbold2018-11-141-5/+2
|
* use Counter object instead of per-metric intsBryan Newbold2018-11-136-17/+17
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-136-0/+866