mdshw5 / pyfaidx

Efficient pythonic random access to fasta subsequences
https://pypi.python.org/pypi/pyfaidx
Other
459 stars 75 forks source link

Replace usage of pkg_resources API #213

Closed mdshw5 closed 1 year ago

mdshw5 commented 1 year ago

Try to use importlib from python > 3.8: https://docs.python.org/3/library/importlib.metadata.html#module-importlib.metadata

Otherwise use the installed backport package: https://pypi.org/project/importlib-metadata/

Fix for #212