python-proton-keyring-linux_0.2.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Tue, 03 Dec 2024 19:52:43 -0300 |
Source: | python-proton-keyring-linux |
Binary: | python3-proton-keyring-linux |
Architecture: | source all |
Version: | 0.2.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Changed-By: | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
Description: | python3-proton-keyring-linux - Proton Technologies keyring plugins for Linux |
Closes: | 1088997 |
Changes: | python-proton-keyring-linux (0.2.0-1) unstable; urgency=medium * Initial release. (Closes: #1088997) |
Files: | 6b2f442a504ba73923e2dcf3180f11da 2414 python optional python-proton-keyring-linux_0.2.0-1.dsc 0efd391083d03d6296fa8e3c852c7a35 16372 python optional python-proton-keyring-linux_0.2.0.orig.tar.xz c0bf38db96f82af20ec94628c3c3cb52 2176 python optional python-proton-keyring-linux_0.2.0-1.debian.tar.xz 4d21044ef299d68be5644170773ed656 12780 python optional python-proton-keyring-linux_0.2.0-1_amd64.buildinfo a6d8a4c79b45898e79bca964fd3bc8ea 5748 python optional python3-proton-keyring-linux_0.2.0-1_all.deb |
python-proton-keyring-linux_0.2.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | python-proton-keyring-linux |
Binary: | python3-proton-keyring-linux |
Architecture: | all |
Version: | 0.2.0-1 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Uploaders: | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> |
Homepage: | https://github.com/ProtonVPN/python-proton-keyring-linux |
Standards-Version: | 4.7.0 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/python-proton-keyring-linux |
Vcs-Git: | https://salsa.debian.org/python-team/packages/python-proton-keyring-linux.git |
Testsuite: | autopkgtest-pkg-pybuild |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, gnome-keyring, python3-all, python3-keyring, python3-proton-core, python3-pytest<!nocheck>, python3-pytest-cov<!nocheck>, python3-secretstorage, python3-setuptools |
Package-List: | python3-proton-keyring-linux deb python optional arch=all |
Files: | 0efd391083d03d6296fa8e3c852c7a35 16372 python-proton-keyring-linux_0.2.0.orig.tar.xz c0bf38db96f82af20ec94628c3c3cb52 2176 python-proton-keyring-linux_0.2.0-1.debian.tar.xz |
README.source for python-proton-keyring-linux_0.2.0-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for python3-proton-keyring-linux_0.2.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-proton-keyring-linux |
Source: | python-proton-keyring-linux |
Version: | 0.2.0-1 |
Architecture: | all |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 36 |
Depends: | python3-keyring, python3-proton-core, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/ProtonVPN/python-proton-keyring-linux |
Description: | Proton Technologies keyring plugins for Linux Python library that implements a credential storage solution for Linux, developed by the ProtonVPN team. It is used to securely manage user credentials (such as usernames and passwords) for Proton services such as ProtonVPN in the Linux environment. . Main features: - Integration with the system keyring: Utilizes existing libraries to access Linux operating system keyrings such as SecretService or gnome-keyring), allowing secure storage of sensitive data. - Security: Stores credentials in encrypted form, leveraging the operating system's security tools to protect data. - API for developers: Provides an interface for application developers to easily store, access and manage credentials in their Python programs. - Usage on ProtonVPN: It is an important piece of the Proton ecosystem, ensuring VPN customers can manage their credentials securely. |
contents of python3-proton-keyring-linux_0.2.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2024-12-03 22:52 ./ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton/keyring_linux/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton/keyring_linux/core/ -rw-r--r-- root/root 887 2024-11-19 14:07 ./usr/lib/python3/dist-packages/proton/keyring_linux/core/__init__.py -rw-r--r-- root/root 4357 2024-11-19 14:07 ./usr/lib/python3/dist-packages/proton/keyring_linux/core/keyring_linux.py drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton/keyring_linux/secretservice/ -rw-r--r-- root/root 794 2024-11-19 14:07 ./usr/lib/python3/dist-packages/proton/keyring_linux/secretservice/__init__.py -rw-r--r-- root/root 4305 2024-11-19 14:07 ./usr/lib/python3/dist-packages/proton/keyring_linux/secretservice/secretservice_backend.py drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/ -rw-r--r-- root/root 932 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/PKG-INFO -rw-r--r-- root/root 1 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/dependency_links.txt -rw-r--r-- root/root 109 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/entry_points.txt -rw-r--r-- root/root 52 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/requires.txt -rw-r--r-- root/root 7 2024-12-03 22:52 ./usr/lib/python3/dist-packages/proton_keyring_linux-0.2.0.egg-info/top_level.txt drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/share/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2024-12-03 22:52 ./usr/share/doc/python3-proton-keyring-linux/ -rw-r--r-- root/root 185 2024-12-03 22:52 ./usr/share/doc/python3-proton-keyring-linux/changelog.Debian.gz -rw-r--r-- root/root 1203 2024-12-03 22:52 ./usr/share/doc/python3-proton-keyring-linux/copyright |
copyright of python3-proton-keyring-linux_0.2.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/ProtonVPN/python-proton-keyring-linux Upstream-Name: python-proton-keyring-linux Upstream-Contact: Proton AG <opensource@proton.me> Files: * Copyright: 2023 Proton AG <opensource@proton.me> License: GPL-3+ Files: debian/* Copyright: 2024 Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> License: GPL-3+ License: GPL-3+ This package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package. If not, see <https://www.gnu.org/licenses/>. Comment: On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
Timestamp: 13.01.2025 / 12:02:23 (UTC)