File: control

package info (click to toggle)
pycognito 2024.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 1,566; makefile: 7
file content (37 lines) | stat: -rw-r--r-- 1,473 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
Source: pycognito
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-boto3 <!nocheck>,
 python3-envs <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/pvizeli/pycognito
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pycognito
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pycognito.git

Package: python3-pycognito
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library for interacting with AWS Cognito services
 This library provides an interface to AWS Cognito, enabling the management and
 authentication of users within a specified user pool. It supports various
 operations such as registering users, authenticating them through secure
 methods like the Secure Remote Password (SRP) protocol, and handling user
 profiles. Additionally, it facilitates multi-factor authentication setup and
 device management, ensuring users' security during the authentication process.
 This library also allows for interaction with user and group data within the
 Cognito ecosystem, making it easier to manage large sets of users. It provides
 mechanisms to verify, update, and retrieve user information safely and
 efficiently.