Configuring the Protector

Configuring and Verifying AP Python Installation on different platforms

Verifying Installation of AP Python

To verify that the AP Python has been successfully installed:

  1. Login to the machine where the AP Python is installed.
  2. To verify the version of the AP Python, run the following command:
    pip list
    
    The name and version of the installed AP Python package are displayed on the console.
    appython 10.0.0+x
    
  3. Alternatively, run the get_version API.
    To verify that the AP Python is ready to protect data, test some sample data with the protect method.
    For more information about the get_version, refer to get_version.
    For more information about the protect API, refer to protect.

Last modified : January 19, 2026