Metadata-Version: 1.2
Name: microsoft_service_wrapper
Version: 0.1.0
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
Description: =========================
        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://img.shields.io/travis/lucas8107/microsoft_service_wrapper.svg
                :target: https://travis-ci.com/lucas8107/microsoft_service_wrapper
        
        .. 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
        --------
        
        * TODO
        
        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 (2022-04-17)
        ------------------
        
        * First release on PyPI.
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
