BPI-M2+ Zero accessing LoRa module through python

Hello,

I am pretty new to BPI and me and my team has a python project that requires the integration of LoRa. Because we saw that RPi.GPIO with pyLoRa can easily do what we want directly in python we decided it was a suitable approach. However, we just found that this is impossible, because the RPi.GPIO that is supported by BPI has no SPI support. My question is, is there some way to do what we want in python, or we have to look for some other way? Thank you in advance.