From 15b8c467d3d59c593e9321f4c72a5bf419200d20 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Wed, 20 Dec 2023 08:54:50 +0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 50c5a64..d4ef6e2 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ We chose Rust as the foundation for our SDK based on several key factors, primar Rust's extensive libraries simplify the process of building for multiple languages, with somewhat easy cross-architecture compilation. This robust ecosystem streamlines the creation of cross-language SDKs, optimizing the entire development process. Our research indicated that Rust is one of the most battle-tested languages for this purpose. + +## Current SDK's + +- **[Node.js SDK](https://github.com/Infisical/sdk/tree/main/languages/node) — [(NPM)](https://www.npmjs.com/package/@infisical/sdk)** +- **[Python SDK](https://github.com/Infisical/sdk/tree/main/crates/infisical-py) — [(PyPI)](https://pypi.org/project/infisical-python/)** +- Many more to come! + ## Security Please do not file GitHub issues or post on our public forum for security vulnerabilities, as they are public!