Exchange Web Services client library
====================================
This module is an ORM for your Exchange mailbox, providing Django-style access to all your data. It is a
platform-independent, well-performing, well-behaving, well-documented, well-tested and simple interface for
communicating with an on-premise Microsoft Exchange 2007-2016 server or Office365 using Exchange Web Services
(EWS). Among other things, it implements autodiscover, and functions for searching, creating, updating, deleting,
exporting and uploading calendar, mailbox, task, contact and distribution list items.
[![image](https://img.shields.io/pypi/v/exchangelib.svg)](https://pypi.org/project/exchangelib/)
[![image](https://img.shields.io/pypi/pyversions/exchangelib.svg)](https://pypi.org/project/exchangelib/)
[![image](https://api.codacy.com/project/badge/Grade/5f805ad901054a889f4b99a82d6c1cb7)](https://app.codacy.com/gh/ecederstrand/exchangelib)
[![image](https://coveralls.io/repos/github/ecederstrand/exchangelib/badge.svg?branch=master)](https://coveralls.io/github/ecederstrand/exchangelib?branch=master)
[![xscode](https://img.shields.io/badge/Available%20on-xs%3Acode-blue)](https://xscode.com/ecederstrand/exchangelib)
## Teaser
Here's a short example of how `exchangelib` works. Let's print the first
100 inbox messages in reverse order:
```python
from exchangelib import Credentials, Account
credentials = Credentials("john@example.com", "topsecret")
account = Account("john@example.com", credentials=credentials, autodiscover=True)
for item in account.inbox.all().order_by("-datetime_received")[:100]:
print(item.subject, item.sender, item.datetime_received)
```
## Documentation
Documentation is available at [https://ecederstrand.github.io/exchangelib/](https://ecederstrand.github.io/exchangelib/).
Source code documentation is available at [https://ecederstrand.github.io/exchangelib/exchangelib/](https://ecederstrand.github.io/exchangelib/exchangelib/).
Raw data
{
"_id": null,
"home_page": null,
"name": "exchangelib",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "autodiscover, ews, exchange, exchange-web-services, microsoft, o365, office365, outlook",
"author": null,
"author_email": "Erik Cederstrand <erik@cederstrand.dk>",
"download_url": "https://files.pythonhosted.org/packages/2e/ea/76266eb385980bdb279d0d7f257471edac685ed71f5b20e7236fd5b05a45/exchangelib-5.5.0.tar.gz",
"platform": null,
"description": "Exchange Web Services client library\n====================================\n\nThis module is an ORM for your Exchange mailbox, providing Django-style access to all your data. It is a\nplatform-independent, well-performing, well-behaving, well-documented, well-tested and simple interface for\ncommunicating with an on-premise Microsoft Exchange 2007-2016 server or Office365 using Exchange Web Services\n(EWS). Among other things, it implements autodiscover, and functions for searching, creating, updating, deleting,\nexporting and uploading calendar, mailbox, task, contact and distribution list items.\n\n[![image](https://img.shields.io/pypi/v/exchangelib.svg)](https://pypi.org/project/exchangelib/)\n[![image](https://img.shields.io/pypi/pyversions/exchangelib.svg)](https://pypi.org/project/exchangelib/)\n[![image](https://api.codacy.com/project/badge/Grade/5f805ad901054a889f4b99a82d6c1cb7)](https://app.codacy.com/gh/ecederstrand/exchangelib)\n[![image](https://coveralls.io/repos/github/ecederstrand/exchangelib/badge.svg?branch=master)](https://coveralls.io/github/ecederstrand/exchangelib?branch=master)\n[![xscode](https://img.shields.io/badge/Available%20on-xs%3Acode-blue)](https://xscode.com/ecederstrand/exchangelib)\n\n\n## Teaser\n\nHere's a short example of how `exchangelib` works. Let's print the first\n100 inbox messages in reverse order:\n\n```python\nfrom exchangelib import Credentials, Account\n\ncredentials = Credentials(\"john@example.com\", \"topsecret\")\naccount = Account(\"john@example.com\", credentials=credentials, autodiscover=True)\n\nfor item in account.inbox.all().order_by(\"-datetime_received\")[:100]:\n print(item.subject, item.sender, item.datetime_received)\n```\n\n\n## Documentation\nDocumentation is available at [https://ecederstrand.github.io/exchangelib/](https://ecederstrand.github.io/exchangelib/).\nSource code documentation is available at [https://ecederstrand.github.io/exchangelib/exchangelib/](https://ecederstrand.github.io/exchangelib/exchangelib/).\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "Client for Microsoft Exchange Web Services (EWS)",
"version": "5.5.0",
"project_urls": {
"Changelog": "https://github.com/ecederstrand/exchangelib/blob/master/CHANGELOG.md",
"Documentation": "https://ecederstrand.github.io/exchangelib/",
"Homepage": "https://github.com/ecederstrand/exchangelib",
"Issues": "https://github.com/ecederstrand/exchangelib/issues",
"Repository": "https://github.com/ecederstrand/exchangelib.git"
},
"split_keywords": [
"autodiscover",
" ews",
" exchange",
" exchange-web-services",
" microsoft",
" o365",
" office365",
" outlook"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "27b49e2b60f78cc1be387f76f3716a2ca147c264f58effd6ebb7c3639bc107b4",
"md5": "5b10cb33f5c142ab1655b0e9cad816b3",
"sha256": "b67f044b851df1c9b233603beff73fec6e56292573dc230606bf15bb900cb442"
},
"downloads": -1,
"filename": "exchangelib-5.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5b10cb33f5c142ab1655b0e9cad816b3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 243390,
"upload_time": "2024-10-28T12:22:18",
"upload_time_iso_8601": "2024-10-28T12:22:18.012589Z",
"url": "https://files.pythonhosted.org/packages/27/b4/9e2b60f78cc1be387f76f3716a2ca147c264f58effd6ebb7c3639bc107b4/exchangelib-5.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2eea76266eb385980bdb279d0d7f257471edac685ed71f5b20e7236fd5b05a45",
"md5": "ee9dad5a8ea19c0cfb058c26a4fe02fd",
"sha256": "cd505a8d86c228dcf3b2a1928eed2905b3f1ed09dec312fa9f02e0b8a23ba42c"
},
"downloads": -1,
"filename": "exchangelib-5.5.0.tar.gz",
"has_sig": false,
"md5_digest": "ee9dad5a8ea19c0cfb058c26a4fe02fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 212370,
"upload_time": "2024-10-28T12:22:19",
"upload_time_iso_8601": "2024-10-28T12:22:19.861745Z",
"url": "https://files.pythonhosted.org/packages/2e/ea/76266eb385980bdb279d0d7f257471edac685ed71f5b20e7236fd5b05a45/exchangelib-5.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 12:22:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ecederstrand",
"github_project": "exchangelib",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "exchangelib"
}