Access python library in runtime

I have a restful web API service that i’m trying to make accessible to Unreal users, it has two libraries , one written in python , the same written in c# .Net , i’m trying to see if i can use the service in unreal with the python library, seams like it is not doable, i need to create my own unreal plugin so my service can be easly accessible by other unreal users.