ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
166 stars 64 forks source link

[Feature] Typing to avoid errors with pyright #95

Open Sachaa-Thanasius opened 1 year ago

Sachaa-Thanasius commented 1 year ago

Currently, the lib is untyped, and as such, throws a bunch of errors when used in a project with the pyright "strict" setting. I wanted to know if modifying the library to be typed will ever happen, or would be considered if done by a community member.