File: control

package info (click to toggle)
python-apeye-core 1.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: python: 1,885; makefile: 3
file content (48 lines) | stat: -rw-r--r-- 2,183 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
38
39
40
41
42
43
44
45
46
47
48
Source: python-apeye-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,
               pybuild-plugin-pyproject,
               python3-all,
               python3-coincidence,
               python3-coverage,
               python3-domdf-python-tools,
               python3-hatch-requirements-txt,
               python3-hatchling,
               python3-idna,
               python3-pytest,
               python3-pytest-cov,
               python3-pytest-datadir,
               python3-pytest-httpserver,
               python3-pytest-regressions,
               python3-pytest-timeout
Standards-Version: 4.7.2
Homepage: https://github.com/domdfcoding/apeye-core
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-apeye-core
Vcs-Git: https://salsa.debian.org/python-team/packages/python-apeye-core.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-apeye-core
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Core (offline) functionality for the apeye library
 Apeye-Core provides functionality to work with APIs in a simplified way and
 aims to simplify common tasks in the consumption of APIs, such as sending GET,
 POST, PUT and DELETE requests, passing query parameters, headers, payload and
 authentication in an easy way. In addition, it provides mechanisms to handle
 token authentication, cookie management, and request redirection.
 .
 The main function of Apeye-Core is to facilitate the consumption of APIs
 through a simple and intuitive interface. It offers features for making HTTP
 requests, handling authentication, managing request and response headers,
 handling errors, and other useful functionality when working with APIs.
 .
 The package also includes features to handle errors and exceptions related
 to communicating with the API, such as timeouts, network errors, and HTTP
 errors. It allows the use of custom error handlers to handle different types
 of API error responses.