From aa0e878553e0330613cb0cb17c544ce026644ad0 Mon Sep 17 00:00:00 2001 From: Raisson Souto Date: Wed, 3 Apr 2024 10:39:16 -0300 Subject: [PATCH] Adding Python library reference to the documentation. (#304) * adding Python library reference to the documentation Signed-off-by: Raisson Souto * correcting english mistakes Signed-off-by: Raisson Souto --------- Signed-off-by: Raisson Souto Co-authored-by: Maximiliano Churichi --- content/docs/latest/deploying/libraries.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/latest/deploying/libraries.md b/content/docs/latest/deploying/libraries.md index 3db4c88a..372d6283 100644 --- a/content/docs/latest/deploying/libraries.md +++ b/content/docs/latest/deploying/libraries.md @@ -33,4 +33,8 @@ See the [java-spiffe library GitHub page](https://github.com/spiffe/java-spiffe) # Rust See the [spiffe crate](https://crates.io/crates/spiffe) for more information about the SPIFFE Rust library. -This library is not yet part of the official SPIFFE repo and is still under development. \ No newline at end of file +This library is not yet part of the official SPIFFE repo and is still under development. + +# Python + +See the [spiffe](https://pypi.org/project/spiffe/) and [spiffe-tls](https://pypi.org/project/spiffe-tls/) for more information about the SPIFFE Python libraries. This libraries are not yet part of the official SPIFFE repo. \ No newline at end of file