I’m writing a few utility scripts to help with keycloak development (e.g. seeding keycloak, testing configurations, exploring UMA/authorization etc.). I’m currently using requests objects. I found the python-keycloak and python-keycloak-client packages.
- Are there other packages I should look into?
- Which one is considered best practice?
- For my use case, should I stick with requests?
Thanks