File: control

package info (click to toggle)
python-adal 1.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,320 kB
  • sloc: xml: 12,790; python: 4,656; makefile: 14
file content (33 lines) | stat: -rw-r--r-- 1,278 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
Source: python-adal
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-cryptography,
               python3-dateutil,
               python3-httpretty,
               python3-jwt,
               python3-mock,
               python3-requests,
               python3-setuptools
Standards-Version: 4.6.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-adal
Vcs-Git: https://salsa.debian.org/python-team/packages/python-adal.git
Homepage: https://github.com/AzureAD/azure-activedirectory-library-for-python

Package: python3-adal
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Azure Active Directory Authentication Library for Python 3.x
 The ADAL for Python library makes it easy for Python applications to
 authenticate to AAD in order to access AAD protected web resources.
 .
 This library will no longer receive new feature improvements.
 Instead, users should consider using the new library MSAL for Python.
 .
 This package contains the Python 3.x module.