diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-19 23:04:18 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-19 23:04:18 -0800 |
commit | e590eec544ab6f2e54e8770f01e64eef3158fdaa (patch) | |
tree | 5f1fe36a489e7e42642d96a3a719dcbd74d60901 /python/fatcat_tools/harvest/__init__.py | |
parent | 65bdebea35f2ab3c9c8b0f8a8b0a9a577a36bee2 (diff) | |
download | fatcat-e590eec544ab6f2e54e8770f01e64eef3158fdaa.tar.gz fatcat-e590eec544ab6f2e54e8770f01e64eef3158fdaa.zip |
initial OAI-PMH harvesters
Diffstat (limited to 'python/fatcat_tools/harvest/__init__.py')
-rw-r--r-- | python/fatcat_tools/harvest/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fatcat_tools/harvest/__init__.py b/python/fatcat_tools/harvest/__init__.py index 4de2cbde..7d814696 100644 --- a/python/fatcat_tools/harvest/__init__.py +++ b/python/fatcat_tools/harvest/__init__.py @@ -1,3 +1,5 @@ from .harvest_common import HarvestState from .doi_registrars import HarvestCrossrefWorker, HarvestDataciteWorker +from .oaipmh import HarvestArxivWorker, HarvestPubmedWorker,\ + HarvestDoajArticleWorker, HarvestDoajJournalWorker |