Thanks for this library - the detailed deprecation warnings are really appreciated!
Packaging seems somehow incomplete however - with "iso639-lang==2.6.3" in my pyproject.toml, uv sync works fine but I have to import the library like this:
from iso639.iso639 import Lang
If I just do from iso639 import Lang i get ImportError: cannot import name 'Lang' from 'iso639' (unknown location).
I suspect the project is missing __init__.py in the top level source folder. Compare with ipywidgets (this is a screenshot from PyCharm):

Thanks for this library - the detailed deprecation warnings are really appreciated!
Packaging seems somehow incomplete however - with
"iso639-lang==2.6.3"in my pyproject.toml,uv syncworks fine but I have to import the library like this:If I just do
from iso639 import Langi getImportError: cannot import name 'Lang' from 'iso639' (unknown location).I suspect the project is missing
__init__.pyin the top level source folder. Compare withipywidgets(this is a screenshot from PyCharm):