We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b565d commit d33604dCopy full SHA for d33604d
README.md
@@ -44,3 +44,11 @@ def test_scim2_server(scim_client):
44
users = scim_client.query(User)
45
assert users.resources[0].id == response.id
46
```
47
+
48
+## Related projects
49
50
+If you are working with SCIM and Python you might also want to have a look at:
51
+- [scim2-models](https://scim2-models.readthedocs.io)
52
+- [scim2-client](https://scim2-client.readthedocs.io)
53
+- [scim2-cli](https://scim2-cli.readthedocs.io)
54
+- [scim2-tester](https://scim2-tester.readthedocs.io)
0 commit comments