-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Old scrapylib had a few ItemLoader processors that were dropped with the codebase.
I preserved them here when scrapylib repo disappeared.
Mostly date/time parser handling and some cleaners. I wonder if they'd be useful to add here - or not. (Are they duplicating features that are elsewhere and I may have overlooked?)
I could see them become a namespace such as itemloaders.processors.extra - which wouldn't be auto-imported with itemloaders.processors and could have external dependencies that don't automatically become required - such as the dateutil parser lib used here?
Or perhaps name it itemloaders.processorlib - as in stdlib - for a place to have a few generically useful processor functions?
But perhaps it's also okay if they just disappear. I'm not sure, really.