1
1
<p align =" center " >
2
2
<a href =" https://1password.com " >
3
- <h1 align="center">1Password Python SDK (beta) </h1>
3
+ <h1 align="center">1Password Python SDK</h1>
4
4
</a >
5
5
</p >
6
6
7
7
<p align =" center " >
8
- <h4 align =" center " > ❗ The 1Password SDK project is in beta. Future iterations may bring backwards-incompatible changes .</h4 >
8
+ <h4 align =" center " >Build integrations that programmatically access your secrets in 1Password .</h4 >
9
9
</p >
10
10
11
11
<p align =" center " >
@@ -45,7 +45,7 @@ To use the 1Password Python SDK in your project:
45
45
3 . Install the 1Password Python SDK in your project:
46
46
47
47
``` bash
48
- pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0-beta.13
48
+ pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.0
49
49
```
50
50
51
51
4 . Use the Python SDK in your project:
@@ -87,7 +87,7 @@ Operations:
87
87
- [x] [ Update items] ( https://developer.1password.com/docs/sdks/manage-items#edit-an-item )
88
88
- [x] [ Delete items] ( https://developer.1password.com/docs/sdks/manage-items#delete-an-item )
89
89
- [x] [ List items] ( https://developer.1password.com/docs/sdks/list-vaults-items/ )
90
- - [ ] Add & update tags on items
90
+ - [ ] Add & update tags on items
91
91
92
92
Field types:
93
93
- [x] API Keys
@@ -97,7 +97,7 @@ Field types:
97
97
- [x] Notes
98
98
- [x] SSH private keys (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
99
99
- [ ] SSH public keys, fingerprint and key type
100
- - [x] One-time passwords
100
+ - [x] One-time passwords
101
101
- [x] URLs
102
102
- [x] Phone numbers
103
103
- [x] Credit card types
@@ -134,4 +134,5 @@ Field types:
134
134
135
135
- [ Load secrets with 1Password SDKs] ( https://developer.1password.com/docs/sdks/load-secrets )
136
136
- [ Manage items with 1Password SDKs] ( https://developer.1password.com/docs/sdks/manage-items )
137
+ - [ List vaults and items with 1Password SDKs] ( https://developer.1password.com/docs/sdks/list-vaults-items )
137
138
- [ 1Password SDK concepts] ( https://developer.1password.com/docs/sdks/concepts )
0 commit comments