CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

Unify exception handling, less coupling to Invenio #39

Closed jalavik closed 6 years ago

jalavik commented 10 years ago

We should unify all the exception handling. Right now much can be handled with invenio.register_exception, but in fact it would be good to avoid using Invenio functions in order to keep harvesting-kit a separate package.

In addition the bibtasklets using Invenio should be in overlays instead (like scoap3 or inspire).

See also comments made here: https://github.com/inspirehep/harvesting-kit/pull/37

kaplun commented 6 years ago

harvestingkit has been superseeded by inspirehep/hepcrawl