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
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
This client is a simple library for working with **[Yandex Lockbox](https://cloud.yandex.ru/en/docs/lockbox/)** over REST API, simplifying work with secrets and allowing you to work with them in the OOP paradigm.
4
4
5
5
6
+
**Supported Python versions**:
7
+
8
+
* 3.10
9
+
* 3.11
10
+
* 3.12
11
+
12
+
6
13
**Currently, the following operations are not supported by the library:**
7
14
8
15
* List secret access bindings
@@ -11,7 +18,6 @@ This client is a simple library for working with **[Yandex Lockbox](https://clo
0 commit comments