Is there any plan to support dataclasses as yield-able results from crawlers (and possibly meta in Request/Result)?
It would be a very welcome addition for us, mostly for typing reasons, IDE completion, additional logic.
And it should also be simple to implement (just call dataclasses.asdict())?
The text was updated successfully, but these errors were encountered:
mredaelli commentedMay 2, 2019
Is there any plan to support dataclasses as
yield
-able results from crawlers (and possiblymeta
inRequest
/Result
)?It would be a very welcome addition for us, mostly for typing reasons, IDE completion, additional logic.
And it should also be simple to implement (just call
dataclasses.asdict()
)?The text was updated successfully, but these errors were encountered: