Metadata-Version: 2.1
Name: scim_client
Version: 0.1.2
Summary: SCIM v2 API client
Home-page: https://github.com/Aplopio/python-scim-client
Author: Mitratech Development Team
Author-email: devs@mitratech.com
License: MIT license
Keywords: scim_client
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst

===========
scim_client
===========


.. image:: https://img.shields.io/pypi/v/scim_client.svg
        :target: https://pypi.python.org/pypi/scim_client

.. image:: https://github.com/Aplopio/python-scim-client/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/Aplopio/python-scim-client/actions/workflows/ci.yml

.. image:: https://readthedocs.org/projects/python-scim-client/badge/?version=latest
        :target: https://python-scim-client.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


SCIM v2 API client


* Free software: MIT license


Features
--------
- Fetch list of users
- Fetch single user
- Create/update user data
- Delete user
- Search users

TODO
----
- [ ] Support for user groups

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2024-03-21)
------------------

* First release on PyPI.
