regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
185 stars 58 forks source link

Added type hints for the public functions #153

Closed regebro closed 12 months ago

agronholm commented 12 months ago

Awesome! What's now left is to mark the project as typed by adding the py.typed marker (plus the Typing :: Typed classifier, although that makes no practical difference).