You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the `protegrity-developer-python` repository, part of the Protegrity Developer Edition suite. This repository provides the Python module for integrating Protegrity's Data Discovery and Protection APIs into GenAI and traditional applications.
15
+
Welcome to the `protegrity-developer-python` repository, part of the Protegrity AI Developer Edition suite. This repository provides the Python module for integrating Protegrity's Data Discovery and Protection APIs into GenAI and traditional applications.
16
16
Customize, compile, and use the module as per your requirement.
17
17
18
18
> **💡Note:** This module should be built and used only if you intend to modify the source code or default behavior.
@@ -27,7 +27,7 @@ Customize, compile, and use the module as per your requirement.
- You will receive an email with your API Key and Password.
@@ -169,8 +169,8 @@ No additional prerequisites required beyond the common ones.
169
169
```
170
170
The installation completes and the success message is displayed.
171
171
172
-
## Protegrity Developer Python Module
173
-
> **💡Note:** Ensure that the Protegrity Developer Edition is running before installing this module.
172
+
## Protegrity AI Developer Edition Python Module
173
+
> **💡Note:** Ensure that the Protegrity AI Developer Edition is running before installing this module.
174
174
For setup instructions, please refer to the documentation [here](https://github.com/Protegrity-Developer-Edition/protegrity-developer-edition/blob/main/README.md).
-[Protegrity AI Developer Edition documentation](http://developer.docs.protegrity.com/)
285
285
- For API reference and tutorials, visit [Developer Portal](https://www.protegrity.com/developers)
286
286
- For more information about Data Discovery, refer to the [Data Discovery documentation](https://docs.protegrity.com/data-discovery/1.1.1/docs/).
287
287
- For more information about Semantic Guardrails, refer to the [Semantic Guardrails documentation](https://docs.protegrity.com/sem_guardrail/1.1.0/docs/).
Copy file name to clipboardExpand all lines: tests/e2e/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains end-to-end (E2E) tests written using **pytest** with BD
6
6
7
7
## 🛠️ Prerequisites
8
8
9
-
Ensure that you have signed-up for Protegrity Developer Edition and following are installed on your system (Linux/Windows/MacOS):
9
+
Ensure that you have signed-up for Protegrity AI Developer Edition and following are installed on your system (Linux/Windows/MacOS):
10
10
11
11
-**Python**: Version 3.12 or higher
12
12
-**Docker Compose**
@@ -34,7 +34,7 @@ docker compose up -d
34
34
> If it needs to run on a different machine, add the `"endpoint_url"` key in the `samples/config.json` and `e2e/data/mapping_config.json` files with a valid Discover URL.
4. Configure the required environment variables with the credentials received during Protegrity Developer Edition registration: DEV_EDITION_EMAIL, DEV_EDITION_PASSWORD and DEV_EDITION_API_KEY. Set these environment variables using your preferred method, such as `.env` files, `export` commands, system environment settings, or shell configuration files.
37
+
4. Configure the required environment variables with the credentials received during Protegrity AI Developer Edition registration: DEV_EDITION_EMAIL, DEV_EDITION_PASSWORD and DEV_EDITION_API_KEY. Set these environment variables using your preferred method, such as `.env` files, `export` commands, system environment settings, or shell configuration files.
38
38
39
39
5. Generate the `environment.properties` file to capture environment details for the Allure report:
0 commit comments