|
1 | | -# Infisical Python SDK |
| 1 | +<h1 align="center"> |
| 2 | + <img width="300" src="/resources/logo.svg#gh-dark-mode-only" alt="infisical"> |
| 3 | +</h1> |
| 4 | +<p align="center"> |
| 5 | + <p align="center"><b>Infisical Python SDK</b></p> |
| 6 | +<h4 align="center"> |
| 7 | + <a href="https://infisical.com/slack">Slack</a> | |
| 8 | + <a href="https://infisical.com/">Infisical Cloud</a> | |
| 9 | + <a href="https://infisical.com/docs/self-hosting/overview">Self-Hosting</a> | |
| 10 | + <a href="https://infisical.com/docs/documentation/getting-started/introduction">Docs</a> | |
| 11 | + <a href="https://www.infisical.com">Website</a> |
| 12 | +</h4> |
2 | 13 |
|
3 | | -If you’re working with Python, the official Infisical Python SDK package is the easiest way to fetch and work with secrets for your application. |
| 14 | +<h4 align="center"> |
| 15 | + <a href="https://github.com/Infisical/infisical/blob/main/LICENSE"> |
| 16 | + <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Infisical is released under the MIT license." /> |
| 17 | + </a> |
| 18 | + <a href="https://github.com/infisical/infisical/blob/main/CONTRIBUTING.md"> |
| 19 | + <img src="https://img.shields.io/badge/PRs-Welcome-brightgreen" alt="PRs welcome!" /> |
| 20 | + </a> |
| 21 | + <a href="https://github.com/Infisical/infisical/issues"> |
| 22 | + <img src="https://img.shields.io/github/commit-activity/m/infisical/infisical" alt="git commit activity" /> |
| 23 | + </a> |
| 24 | + <a href="https://infisical.com/slack"> |
| 25 | + <img src="https://img.shields.io/badge/chat-on%20Slack-blueviolet" alt="Slack community channel" /> |
| 26 | + </a> |
| 27 | + <a href="https://twitter.com/infisical"> |
| 28 | + <img src="https://img.shields.io/twitter/follow/infisical?label=Follow" alt="Infisical Twitter" /> |
| 29 | + </a> |
| 30 | +</h4> |
4 | 31 |
|
5 | | -https://infisical.com/docs/sdks/languages/python |
| 32 | +## Introduction |
| 33 | + |
| 34 | +**[Infisical](https://infisical.com)** is the open source secret management platform that teams use to centralize their secrets like API keys, database credentials, and configurations. |
| 35 | + |
| 36 | +## Documentation |
| 37 | +You can find the documentation for the Python SDK on our [SDK documentation page](https://infisical.com/docs/sdks/languages/python) |
| 38 | + |
| 39 | +## Security |
| 40 | + |
| 41 | +Please do not file GitHub issues or post on our public forum for security vulnerabilities, as they are public! |
| 42 | + |
| 43 | +Infisical takes security issues very seriously. If you have any concerns about Infisical or believe you have uncovered a vulnerability, please get in touch via the e-mail address [email protected]. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you as soon as possible. |
| 44 | + |
| 45 | +Note that this security address should be used only for undisclosed vulnerabilities. Please report any security problems to us before disclosing it publicly. |
0 commit comments