Metadata-Version: 2.1
Name: microsoft_service_wrapper
Version: 0.3.2
Summary: A python wrapper for microsoft services REST API (currently: Graph and PowerBI)
Home-page: https://github.com/lucas8107/microsoft-service-wrapper
Author: Lucas Paula
Author-email: luolcami@gmail.com
License: MIT license
Keywords: microsoft_service_wrapper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

=========================
Microsoft Service Wrapper
=========================


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

.. image:: https://github.com/lucas8107/microsoft-service-wrapper/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/lucas8107/microsoft-service-wrapper/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/microsoft-service-wrapper/badge/?version=latest
        :target: https://microsoft-service-wrapper.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A python wrapper for microsoft services REST API (currently: Graph and PowerBI)


* Free software: MIT license
* Documentation: https://microsoft-service-wrapper.readthedocs.io.


Features
--------

* Graph
   * Get Group members
   * Add users to group
   * Remove users from group

* PowerBI
    * Get Workspaces
    * Grant Workspace Dataset permission to user
    * Update Workspace Dataset permission to user
    * Revoke Workspace permissions from user


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.3.1 (2022-10-13)
------------------

* Fix attrib name on graph remove group users


0.3.0 (2022-08-28)
------------------

* Added page crawling.

0.2.0 (2022-08-26)
------------------

* Now users are inserted as chunks of size 20 into groups.

0.1.0 (2022-04-17)
------------------

* First release on PyPI.


