exchangelib


Nameexchangelib JSON
Version 5.3.0 PyPI version JSON
download
home_pageNone
SummaryClient for Microsoft Exchange Web Services (EWS)
upload_time2024-04-25 11:16:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-2-Clause
keywords ews exchange autodiscover microsoft outlook exchange-web-services o365 office365
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.8",
    "maintainer_email": null,
    "keywords": "ews, exchange, autodiscover, microsoft, outlook, exchange-web-services, o365, office365",
    "author": null,
    "author_email": "Erik Cederstrand <erik@cederstrand.dk>",
    "download_url": "https://files.pythonhosted.org/packages/ca/dc/76a153c15eb825aa44d8c256a9dcfb73bd6b2b10a1acf35eb74613ccd69b/exchangelib-5.3.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.3.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": [
        "ews",
        " exchange",
        " autodiscover",
        " microsoft",
        " outlook",
        " exchange-web-services",
        " o365",
        " office365"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c68cd801a07353579b392781cd1c02bf1917041e1a18084376407852f9ff5dcd",
                "md5": "1e166d80d7c9064bf5874ebcd2c12608",
                "sha256": "aa712a0b06ff29df31f86c844e6853cf8dd24ebda0fec5edfcfa208104d78f94"
            },
            "downloads": -1,
            "filename": "exchangelib-5.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e166d80d7c9064bf5874ebcd2c12608",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 242089,
            "upload_time": "2024-04-25T11:16:50",
            "upload_time_iso_8601": "2024-04-25T11:16:50.862405Z",
            "url": "https://files.pythonhosted.org/packages/c6/8c/d801a07353579b392781cd1c02bf1917041e1a18084376407852f9ff5dcd/exchangelib-5.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cadc76a153c15eb825aa44d8c256a9dcfb73bd6b2b10a1acf35eb74613ccd69b",
                "md5": "273fa34560636ef329f7b73e98e01f7b",
                "sha256": "caf96f3e3b651b7ddcf76b7667ac2308c6a9fe32d28e864a76a53448b924ec35"
            },
            "downloads": -1,
            "filename": "exchangelib-5.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "273fa34560636ef329f7b73e98e01f7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 210321,
            "upload_time": "2024-04-25T11:16:53",
            "upload_time_iso_8601": "2024-04-25T11:16:53.530483Z",
            "url": "https://files.pythonhosted.org/packages/ca/dc/76a153c15eb825aa44d8c256a9dcfb73bd6b2b10a1acf35eb74613ccd69b/exchangelib-5.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 11:16:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ecederstrand",
    "github_project": "exchangelib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "exchangelib"
}
        
Elapsed time: 0.36215s