sckott / habanero

client for Crossref search API
https://habanero.readthedocs.io
MIT License
207 stars 30 forks source link

Use type hints? #70

Closed sckott closed 2 years ago

sckott commented 6 years ago

https://www.python.org/dev/peps/pep-0484/

means min. python 3.5 AFAICT

sckott commented 5 years ago

https://docs.python.org/3/library/typing.html

sckott commented 5 years ago

https://mypy.readthedocs.io/en/stable/getting_started.html

sckott commented 5 years ago

stubs https://mypy.readthedocs.io/en/latest/stubs.html

sckott commented 2 years ago

Working on new branch https://github.com/sckott/habanero/tree/type-hints-new

Done but need to work out how to do type hints where they work if user is running older python versions