File: control

package info (click to toggle)
python-requests-ntlm 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: python: 176; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (2)
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
Source: python-requests-ntlm
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11~),
	       dh-python,
	       python3,
	       python3-cryptography (>= 1.3~),
	       python3-ntlm-auth (>= 1.0.2~),
	       python3-requests (>= 2.0.0~),
	       python3-setuptools
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-requests-ntlm
Vcs-Git: https://salsa.debian.org/python-team/modules/python-requests-ntlm.git
Homepage: https://github.com/requests/requests-ntlm

Package: python3-requests-ntlm
Architecture: all
Depends: ${python3:Depends},
	 ${misc:Depends}
Description: Adds support for NTLM authentication to the requests library
 This package allows for HTTP NTLM authentication using
 python-requests, the HTTP library for humans.  HttpNtlmAuth extends
 requests' AuthBase, so it can be dropped directly in place, or used
 in conjunction with a Session to make use of connection pooling.