arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
484 stars 203 forks source link

Add importlib.resources an as alternative for deprecated pkg_resources #413

Closed JiriKr closed 10 months ago

JiriKr commented 1 year ago

Issue #412

arthurdejong commented 10 months ago

Hi @JiriKr,

I have solved the problem with a slightly different approach (7761e42) that also works with Python 3.7 and 3.8 (those versions have the importlib.resources module but don't have the files() function.