SciencerIO / sciencer-toolkit

A smarter way to find articles.
MIT License
9 stars 1 forks source link

Changing models to dataclasses #21

Closed ratuspro closed 2 years ago

ratuspro commented 2 years ago

Consider changing the Paper and PapersIDs models implementation to dataclasses (ref). Only works on python 3.7 or above.

Implementing these models as dataclasses will remove the complex interfaces they currently have.

hineios commented 2 years ago

Merged #23