Verifying the files in the Protegrity AI Developer Edition package

The list of files available in the AI Developer Edition repositories.

protegrity-developer-edition repository

The repository for the obtaining and running the sample application.

  • docker-compose.yml: This file contains the configuration for deploying the Data Discovery and Semantic Guardrail containers.
  • README.md: The readme file specifying the steps to set up the product.
  • samples: The directory with the sample application and scripts for the Python module.
    • sample-app-find-and-redact.py: The sample application Python file for detecting and redacting sensitive information in the source file.
    • sample-app-find-and-protect.py: The sample application Python file for detecting and protecting sensitive information in the source file using tokenization and encryption.
    • sample-app-find-and-unprotect.py: The sample application Python file for unprotecting sensitive information in the source file. The source is generated by sample-app-find-and-protect.py.
    • sample-app-protection.py: The sample application Python file for protecting and unprotecting data.
    • sample-app-find.py: The sample application Python file for detecting and listing sensitive information in the source file.
    • config.json: The configuration file for the Python application.
    • sample-data: The directory with the sample file.
      • input.txt: The sample file that is processed.
      • output-redact.txt: The output file created by the find and redact application.
      • output-protect.txt: The output file created by the find and protect application.
  • data-discovery: The directory with the sample application and scripts for Data Discovery.
    • sample-classification-commands.sh: A file with the sample curl command for identifying sensitive data.
    • sample-classification-python.py: A sample Python module for identifying sensitive data.
  • semantic-guardrail: The directory with the sample application and scripts for Semantic Guardrail.
    • sample-guardrail-python.py: A sample Python module for submitting multi-turn conversation with semantic and PII processors.

protegrity-developer-python repository

The repository with the source files for customizing and compiling the Python file.

  • LICENSE: The license file with the terms and conditions for using the application.
  • README.md: The readme file for working with the Python file.
  • pyproject.toml: The configuration file for the script.
  • pytest.ini: The configuration file for the Pytest framework.
  • requirements.txt: The configuration file for the script.
  • appython: The directory for the source file.
    • init.py: The initializing script.
    • protector.py: The source file for the script.
  • protegrity-developer-python: The directory for the source file.
    • init.py: The initializing script.
    • securefind.py: The source file for the script.

Last modified : November 28, 2025