1Password / connect-sdk-python

Python SDK for 1Password Connect
https://developer.1password.com/docs/connect
MIT License
200 stars 31 forks source link

Improve readme and add example #14

Closed hculea closed 3 years ago

hculea commented 3 years ago

This PR makes some modifications to the README, such as:

Aside from this, a containerized example, making use of the SDK, has also been created. This has the role of showcasing to the user how to use, in a working code example, the main functionality provided by the SDK, wrt manipulating items. This is relevant since, in contrast to the code examples available in the README, which only present features in isolation, the example showcases all the necessary steps to create working code.