is anyone using the python sdk to interact with ke...
# talk-keto
w
is anyone using the python sdk to interact with keto? been trying out some of the samples suggested in the github but it seems like the imports aren't working (eg for metadata_api, read_api), and that it's suggested to use the general ory_client, but the ory_client doesn't seem to support keto just yet so wondering if it's something up with my install or I'm looking in the wrong places for guides?
ah the latest versions (which the docs reference) are all prerelease, so pip doesn't install them by default -> have resolved this by using
pip install --upgrade ory-keto-client==0.8.0a2
d
You can find examples in the autogenerated docs Write API Read APi