Open clach04 opened 1 year ago
Alternative libs:
Python 3.6 support needed for https://github.com/markokr/rarfile needs:
from __future__ import print_function # for python 2.7
## but f-strings are used which are Python 3.6+
Look at using converter to generate a 2.7 version. E.g. using https://github.com/mbarkhau/lib3to6
Python 3.6 support needed for https://github.com/markokr/rarfile needs:
from __future__ import print_function # for python 2.7 ## but f-strings are used which are Python 3.6+
Look at using converter to generate a 2.7 version. E.g. using https://github.com/mbarkhau/lib3to6
Attempted and encountered issues, https://gitlab.com/mbarkhau/lib3to6/-/issues/11 lib3to6 requires significant rewrite of rarfile.
Consider alternative tools instead:
pasteurize
https://github.com/Changaco/python-libarchive-c https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/libarchive.py