Does Apigee Edge support python libraries for custom extensions ?

Is it possible to import python libraries not available by default on to the Apigee Edge platform to use in Apigee Edge Python Extension ?

~~ Q : Source : Slack ~~

Solved Solved
0 1 1,001
1 ACCEPTED SOLUTION

Yes, this should be possible. The Python in Edge is Jython, so it depends on the library you want to use. If there is a jython version that requires a jar file you'll need to get the jar file into the classpath, then you should be able to import just as you would normally.

View solution in original post

1 REPLY 1

Yes, this should be possible. The Python in Edge is Jython, so it depends on the library you want to use. If there is a jython version that requires a jar file you'll need to get the jar file into the classpath, then you should be able to import just as you would normally.