Skip to content

Commit d33604d

Browse files
committed
doc: mention related projects in the README
1 parent 16b565d commit d33604d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ def test_scim2_server(scim_client):
4444
users = scim_client.query(User)
4545
assert users.resources[0].id == response.id
4646
```
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

Comments
 (0)