- The download URL still points to python-libarchive.googlecode.de
- The mail now points to vadim1024. I tried the previous one and it was disfunctional, so, I guess it's a bit better but this was probably changed thinking a fork might be necessary.
- A
__version__ member might be helpful to me especially as the package name is different from the module name but I might not be mainstream with my dislike of importlib.metadata.version.
Steps to reproduce:
import importlib.metadata
print(dict(importlib.metadata.distribution("python-libarchive").metadata))
__version__member might be helpful to me especially as the package name is different from the module name but I might not be mainstream with my dislike ofimportlib.metadata.version.Steps to reproduce: