Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

importing python packages for the python script policy

Not applicable

Can someone from apigee share the recommended way to import the third party python packages such as json schema in apigee to be used by the python script policy.

Solved Solved
0 4 2,531
1 ACCEPTED SOLUTION

If there is a Jython version of your library available, you can upload that library (jar file) as an organization resource

Please refer https://docs.apigee.com/api-platform/develop/resource-files

You should then be able to refer a class within the library using a standard "import" statement

View solution in original post

4 REPLIES 4