First public release of **`msgraph-py`** – a Python package providing API wrappers to simplify interaction with Microsoft Graph API.
Features
- Automatic caching and renewal of access tokens, avoiding unnecessary API-calls.
- Sets the correct headers and parameters for you when required (advanced queries).
- Pages results automatically when retrieving large datasets.
- Useful logging and error messages with the Python logging module.
- Optional integration with Django settings.py for reading environment variables.
Installation
Releases are also published to [PyPI](https://pypi.org/project/msgraph-py/) and can be installed with the following command:
console
python -m pip install msgraph-py
See the [README](https://github.com/fedamerd/msgraph-py/blob/main/README.md) for more information on how to get started, as well as usage examples.
Contribute
Found a bug or want to request a feature? Open a new issue using the [issue tracker](https://github.com/fedamerd/msgraph-py/issues).