python-apeye 1.4.1-4 source package in Ubuntu

Changelog

python-apeye (1.4.1-4) unstable; urgency=medium

  * debian/control:
     - Added 'Testsuite: autopkgtest-pkg-pybuild'
     - Bumped Standards-Version to 4.7.0
     - Updated dh-python to dh-sequence-python3
  * debian/rules: Replaced flag '--with python3' with dh-sequence-python3

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 15 Jun 2024 15:52:06 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-apeye_1.4.1-4.dsc 2.6 KiB a5808e267c273abbfb2ff003d880a8d5f593ab52fada6dcbd25806bc041f7b1b
python-apeye_1.4.1.orig.tar.gz 215.0 KiB f8affe31802f0a31b28b42742d2b92baaf38fd6c124b6ee8e071e2f5da5e2932
python-apeye_1.4.1-4.debian.tar.xz 4.4 KiB b3a5c9ee27eb582d674791fa7ff26ba166734490a6c7f24e1dabc56208af7ce9

Available diffs

No changes file available.

Binary packages built by this source

python3-apeye: Handy tools for working with URLs and APIs

 The "apeye" package is a Python library that makes it easy to make API
 calls asynchronously and conveniently. It provides a simple way to make
 HTTP requests, handle responses, and handle errors, all in an asynchronous
 environment.
 .
 Some of the main features of the "apeye" package include:
  - Ease of Use: It simplifies making API calls with a set of simple and
    intuitive methods.
  - Asynchronous Support: The library allows you to make multiple API calls
    asynchronously, which can improve performance when dealing with concurrent
    requests.
  - Response Handling: You can easily access the API response data, including
    the response body and HTTP headers.
  - Error Handling: "apeye" handles errors effectively, allowing you to handle
    exceptions and errors appropriately in your API calls.
  - Authentication Support: It supports various forms of authentication such as
    basic authentication, JWT token, OAuth2 and others, making it easier to
    access protected APIs.
  - Customization: You can customize request settings such as HTTP headers,
    query parameters, and more.
  - Detailed Documentation: The project has extensive documentation that
    provides detailed information on how to use the library.