###Velo Python API Setup Instructions
- Unzip the zip file.
- Place the VeloAPI.jar file at an appropriate location.
- Include VeloAPI.jar file in the VeloAPI.py script.
jpype.startJVM(jvmPath, "-Djava.class.path=C:/Users/raju332/Desktop/ACME/VeloAPI/JPype/VeloAPI.jar")
- Place the config directory in current directory with python scripts.
- Import VeloAPI.py in your python scripts.
import VeloAPI
- Refer the TestAPI.py script to make calls to the Velo API methods.