Extra tools to interact with Microsoft M365 tenants.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
M365 extra
Extra tools to interact with Microsoft M365 tenants.
Quick start guide
Prepare Python environment:
python -m venv .venv # Linux/Debian: python3 -m venv .venv
.\.venv\Scripts\activate # Linux/Bash: source .venv/bin/activate
pip install wheel
pip install -r requirements.txt
Create .env config file. Example:
M365_TENANT_ID = mytenant_uuid
M365_APP_ID = myapp_uuid
M365_CLIENT_SECRET_KEY_FILE=pass:m365/myapp_uuid
Run command-line interface:
python -m m365_extra -h
Resources
- Cheat sheet
- Microsoft Authentication Library
- OneDrive API root resources
- Public vs confidential application - OAuth standard
- Public vs confidential application - Entra ID
Credits
Icon by Swifticons - Flaticon.
This project is licensed under the terms of the MIT license.
This project is not affiliated in any way with Microsoft.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file m365_extra-1.0.1-py3-none-any.whl.
File metadata
- Download URL: m365_extra-1.0.1-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eefa6385992d937721edca0c2a0b85f22860184db1bc7d65ccd52674e72af5c7
|
|
| MD5 |
021fbbe3aa7067177b56e300fca89463
|
|
| BLAKE2b-256 |
3524fcabe9fa5721d768e2554dab89a6fb9883b214301b135af2d746ebca07ac
|