asiffer / python3-libfolding

Python3 bindings to libfolding
GNU General Public License v3.0
8 stars 2 forks source link

Pure-Python version #2

Open moi90 opened 3 years ago

moi90 commented 3 years ago

I just noticed that there is a pure-Python version of ftu in batch.py. However, it is not usable if libfolding is not installed. Would it be possible to make libfolding a soft dependency and falling back on the Python variant if it is not available?

AxelPatron commented 2 years ago

I made a pure python folding test if you want to try #4