11<p align =" center " >
22 <a href =" https://1password.com " >
3- <h1 align="center">1Password Python SDK (beta) </h1>
3+ <h1 align="center">1Password Python SDK</h1>
44 </a >
55</p >
66
77<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 >
99</p >
1010
1111<p align =" center " >
@@ -45,7 +45,7 @@ To use the 1Password Python SDK in your project:
45453 . Install the 1Password Python SDK in your project:
4646
4747 ``` bash
48- pip install git+ssh://
[email protected] /1Password/
[email protected] -beta.13 48+ 4949 ```
5050
51514 . Use the Python SDK in your project:
@@ -87,7 +87,7 @@ Operations:
8787- [x] [ Update items] ( https://developer.1password.com/docs/sdks/manage-items#edit-an-item )
8888- [x] [ Delete items] ( https://developer.1password.com/docs/sdks/manage-items#delete-an-item )
8989- [x] [ List items] ( https://developer.1password.com/docs/sdks/list-vaults-items/ )
90- - [ ] Add & update tags on items
90+ - [ ] Add & update tags on items
9191
9292Field types:
9393- [x] API Keys
@@ -97,7 +97,7 @@ Field types:
9797- [x] Notes
9898- [x] SSH private keys (partially supported: supported in resolving secret references, not yet supported in item create/get/update)
9999- [ ] SSH public keys, fingerprint and key type
100- - [x] One-time passwords
100+ - [x] One-time passwords
101101- [x] URLs
102102- [x] Phone numbers
103103- [x] Credit card types
@@ -134,4 +134,5 @@ Field types:
134134
135135- [ Load secrets with 1Password SDKs] ( https://developer.1password.com/docs/sdks/load-secrets )
136136- [ 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 )
137138- [ 1Password SDK concepts] ( https://developer.1password.com/docs/sdks/concepts )
0 commit comments