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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: python-proton-vpn-api-core
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-cryptography,
python3-distro,
python3-jinja2,
python3-nacl,
python3-proton-core,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-sentry-sdk,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-yaml <!nocheck>
Standards-Version: 4.7.0
Homepage: https://github.com/ProtonVPN/python-proton-vpn-api-core
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-proton-vpn-api-core
Vcs-Git: https://salsa.debian.org/python-team/packages/python-proton-vpn-api-core.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-proton-vpn-api-core
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-proton-vpn-api-core-doc
Description: Proton AG VPN Core API
Lbrary that acts as a façade for the other Proton VPN components, providing
a unified API for accessing the different services provided by Proton VPN.
The main idea is to simplify the integration and use of Proton VPN services
in applications or scripts, offering a centralized point to interact with the
infrastructure.
.
Main features:
- Unified API:
It aggregates and exposes Proton VPN services through a uniform interface,
reducing the complexity of communicating with different system components.
- Focus on Integration:
The library serves as a bridge to access multiple Proton VPN services in
a standardized way, facilitating development and integration with other
systems.
- Linux Compatibility:
The project is configured to be tested and built using Linux distribution
packages, ensuring robustness in Linux environments.
Package: python-proton-vpn-api-core-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Proton AG VPN Core API (common documentation)
Lbrary that acts as a façade for the other Proton VPN components, providing
a unified API for accessing the different services provided by Proton VPN.
The main idea is to simplify the integration and use of Proton VPN services
in applications or scripts, offering a centralized point to interact with the
infrastructure.
.
Main features:
- Unified API:
It aggregates and exposes Proton VPN services through a uniform interface,
reducing the complexity of communicating with different system components.
- Focus on Integration:
The library serves as a bridge to access multiple Proton VPN services in
a standardized way, facilitating development and integration with other
systems.
- Linux Compatibility:
The project is configured to be tested and built using Linux distribution
packages, ensuring robustness in Linux environments.
.
This is the common documentation package.
|