update python docs to point to new repo

This commit is contained in:
Maidul Islam
2024-08-25 18:02:51 -04:00
parent c4715124dc
commit 10a97f4522
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
---
title: "Infisical Python SDK"
sidebarTitle: "Python"
url: "https://github.com/Infisical/python-sdk-official?tab=readme-ov-file#infisical-python-sdk"
icon: "python"
---
If you're working with Python, the official [infisical-python](https://github.com/Infisical/sdk/edit/main/crates/infisical-py) package is the easiest way to fetch and work with secrets for your application.
{/* If you're working with Python, the official [infisical-python](https://github.com/Infisical/sdk/edit/main/crates/infisical-py) package is the easiest way to fetch and work with secrets for your application.
- [PyPi Package](https://pypi.org/project/infisical-python/)
- [Github Repository](https://github.com/Infisical/sdk/edit/main/crates/infisical-py)
@@ -529,4 +530,4 @@ decryptedString = client.decryptSymmetric(decryptOptions)
#### Returns (string)
`plaintext` (string): The decrypted plaintext.
`plaintext` (string): The decrypted plaintext. */}