Installation¶
Requirements¶
- Python 3.11 or higher
- Microsoft Exchange Server access
- Valid domain credentials
Install from PyPI¶
Using pip:
Using uv (recommended):Install from Source¶
Clone the repository:
Install with uv:Or with pip:
Verify Installation¶
Development Installation¶
For development, install with additional dependencies:
Or: This includes:- pytest for testing
- black for code formatting
- ruff for linting
- mypy for type checking
- pre-commit hooks