File: control

package info (click to toggle)
python-exchangelib 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,496 kB
  • sloc: python: 18,149; makefile: 3
file content (47 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: python-exchangelib
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-cached-property,
 python3-requests-mock,
 python3-pygments,
 python3-dateutil,
 python3-defusedxml,
 python3-dnspython,
 python3-flake8,
 python3-future,
 python3-isodate,
 python3-lxml,
 python3-psutil,
 python3-requests-ntlm,
 python3-requests-oauthlib,
 python3-setuptools,
 python3-tzlocal,
 python3-yaml,
Standards-Version: 4.5.0
Homepage: https://github.com/ecederstrand/exchangelib/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-exchangelib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-exchangelib.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-exchangelib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Client for Microsoft Exchange Web Services (Python3 version)
 This module provides an well-performing, well-behaving, platform-independent
 and simple interface for communicating with a Microsoft Exchange 2007-2016
 Server or Office365 using Exchange Web Services (EWS). It currently implements
 autodiscover, and functions for searching, creating, updating, deleting,
 exporting and uploading calendar, mailbox, task, contact and distribution list
 items.
 .
 This package contains the Python 3 version of the library.