bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

Add type hints? #683

Open dospunk opened 3 years ago

dospunk commented 3 years ago

Type hints would allow for easier documentation and intellisense in IDEs

pentla commented 3 years ago

I also cannot find tweet.Status type hint. Parameters can be found in tweet.Status['default_params'], but it's not to be type hint.

How about add stub? I'm sorry if it's problem already solved.