pganssle / zoneinfo

Reference implementation for the proposed standard library module zoneinfo
Other
51 stars 20 forks source link

Provide namespace package (PEP420) for backports.zoneinfo to avoid conflicting `__init__.py`s #113

Open kopp opened 2 years ago

kopp commented 2 years ago

Currently, backports.zoneinfo packages a __init__.py in backports. This file may be in conflict with other projects also providing sub-packages in backports.

A solution would be, if you provided a namespace package according to PEP420 -- i.e. the same package but without __init__.py.