Metadata-Version: 2.1
Name: scim2-tester
Version: 0.1.0
Summary:  Check SCIM RFCs server compliance
License: MIT
Keywords: scim,scim2,provisioning,rfc7643,rfc7644
Author: Yaal Coop
Author-email: contact@yaal.coop
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: scim2-client (>=0.1.4,<0.2.0)
Description-Content-Type: text/markdown

# scim2-tester

Python methods based on [scim2-models](https://scim2-models.readthedocs.io/en/latest/tutorial.html) and [scim2-client](https://scim2-client.readthedocs.io/en/latest/tutorial.html), to check if SCIM servers respect the [RFC7643](https://datatracker.ietf.org/doc/html/rfc7643.html) and [RFC7644](https://datatracker.ietf.org/doc/html/rfc7644.html) specifications.

It aims to be used in Continuous Integration suites and in healthcheck tools.

If you are seeking a CLI integration of scim2-tester, take a look at [scim2-cli](https://scim2-cli.readthedocs.io/en/latest/tutorial.html).

## Installation

```shell
pip install scim2-tester
```

