Debian NEW package overview for python-apeye
python-apeye_1.4.1-1_amd64.changes (click to toggle)
Format:1.8
Date:Sat, 26 Aug 2023 07:33:30 -0300
Source:python-apeye
Binary:python3-apeye
Architecture:source all
Version:1.4.1-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-apeye - Handy tools for working with URLs and APIs
Closes:1027764
Changes:
python-apeye (1.4.1-1) unstable; urgency=medium

  * Initial release. (Closes: #1027764)
Files:
5d4dcf11ace52d09ff6de7435c687db5 2456 python optional python-apeye_1.4.1-1.dsc
3b48bcf9252eef5aab7c4a3dad29b36e 220205 python optional python-apeye_1.4.1.orig.tar.gz
bda550c571c4c92fe66dc52987255adb 4360 python optional python-apeye_1.4.1-1.debian.tar.xz
84fc0a209eaa289ce0c68d0acd505bef 8814 python optional python-apeye_1.4.1-1_amd64.buildinfo
a2a29a2a5af4a4e5af18703d77d05b2b 85940 python optional python3-apeye_1.4.1-1_all.deb
python-apeye_1.4.1-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-apeye
Binary:python3-apeye
Architecture:all
Version:1.4.1-1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Homepage:https://github.com/domdfcoding/apeye
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-apeye
Vcs-Git:https://salsa.debian.org/python-team/packages/python-apeye.git
Testsuite:autopkgtest
Testsuite-Triggers:python3-all, python3-cachecontrol, python3-cherrypy3, python3-filelock, python3-pytest, python3-pytest-httpserver, python3-pytest-timeout
Build-Depends:debhelper-compat (=13), dh-python, flit, python3-all, python3-setuptools, pybuild-plugin-pyproject, python3-platformdirs, python3-requests, python3-apeye-core, python3-domdf-python-tools, python3-pytest, python3-cachecontrol, python3-pytest-httpserver, python3-filelock, python3-cherrypy3
Package-List:python3-apeye deb python optional arch=all
Files:
3b48bcf9252eef5aab7c4a3dad29b36e 220205 python-apeye_1.4.1.orig.tar.gz
bda550c571c4c92fe66dc52987255adb 4360 python-apeye_1.4.1-1.debian.tar.xz
lintian 2.104.0 check for python-apeye_1.4.1-1.dsc (click to toggle)
README.source for python-apeye_1.4.1-1.dsc (click to toggle)
No README.source in this package
control file for python3-apeye_1.4.1-1_all.deb (click to toggle)
Package:python3-apeye
Source:python-apeye
Version:1.4.1-1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:331
Depends:python3-apeye-core, python3-domdf-python-tools, python3-platformdirs (>=2.3.0), python3-requests, python3:any
Section:python
Priority:optional
Homepage:https://github.com/domdfcoding/apeye
Description:
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.
lintian 2.104.0 check for python3-apeye_1.4.1-1_all.deb (click to toggle)
contents of python3-apeye_1.4.1-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2023-08-26 10:33 ./
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/
-rw-r--r-- root/root      1260 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/__init__.py
-rw-r--r-- root/root      4173 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/cache.py
-rw-r--r-- root/root      1903 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/email_validator.py
-rw-r--r-- root/root    241256 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/public_suffix_list.dat
-rw-r--r-- root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/py.typed
-rw-r--r-- root/root      7532 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/rate_limiter.py
-rw-r--r-- root/root      8354 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/requests_url.py
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/
-rw-r--r-- root/root     14539 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/__init__.py
-rw-r--r-- root/root      2299 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/exceptions.py
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/serializers/
-rw-r--r-- root/root      5780 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/serializers/__init__.py
-rw-r--r-- root/root      2205 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/serializers/_abc.py
-rw-r--r-- root/root      2008 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/serializers/_pyyaml_serializer.py
-rw-r--r-- root/root      2224 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/slumber_url/serializers/_ruamel_serializer.py
-rw-r--r-- root/root      2360 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye/url.py
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye-1.4.1.dist-info/
-rw-r--r-- root/root         7 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye-1.4.1.dist-info/INSTALLER
-rw-r--r-- root/root      7338 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye-1.4.1.dist-info/METADATA
-rw-r--r-- root/root        81 2023-08-26 10:33 ./usr/lib/python3/dist-packages/apeye-1.4.1.dist-info/WHEEL
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/share/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/share/doc/
drwxr-xr-x root/root         0 2023-08-26 10:33 ./usr/share/doc/python3-apeye/
-rw-r--r-- root/root      1484 2023-08-14 15:22 ./usr/share/doc/python3-apeye/README.rst.gz
-rw-r--r-- root/root       171 2023-08-26 10:33 ./usr/share/doc/python3-apeye/changelog.Debian.gz
-rw-r--r-- root/root      5926 2023-08-26 10:33 ./usr/share/doc/python3-apeye/copyright

Timestamp: 18.09.2023 / 13:12:03 (UTC)