core-https 1.1.2__py3-none-any.whl → 1.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,13 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: core-https
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: This project/library contains common elements related to HTTP & API services...
5
5
  Author-email: Alejandro Cora González <alek.cora.glez@gmail.com>
6
6
  Maintainer: Alejandro Cora González
7
7
  License: MIT
8
8
  Project-URL: Homepage, https://gitlab.com/bytecode-solutions/core/core-https
9
9
  Project-URL: Repository, https://gitlab.com/bytecode-solutions/core/core-https
10
+ Project-URL: Documentation, https://core-https.readthedocs.io/en/latest/
10
11
  Project-URL: Issues, https://gitlab.com/bytecode-solutions/core/core-https/-/issues
11
12
  Project-URL: Changelog, https://gitlab.com/bytecode-solutions/core/core-https/-/blob/master/CHANGELOG.md
12
13
  Classifier: License :: OSI Approved :: MIT License
@@ -31,37 +32,42 @@ Requires-Dist: urllib3>=2.2.3; python_version >= "3.8"
31
32
  Requires-Dist: urllib3>=1.26.20; python_version >= "3.7" and python_version < "3.8"
32
33
  Requires-Dist: typing-extensions>=4.8.0; python_version >= "3.8" and python_version < "3.11"
33
34
  Requires-Dist: typing-extensions>=4.2.0; python_version >= "3.7" and python_version < "3.8"
35
+ Provides-Extra: docs
36
+ Requires-Dist: pydata-sphinx-theme==0.16.1; extra == "docs"
37
+ Requires-Dist: Sphinx==8.2.3; extra == "docs"
38
+ Dynamic: license-file
34
39
 
35
40
  # core-https
36
41
  _______________________________________________________________________________
37
42
 
38
- This project/library contains common elements related to HTTP & API services...
43
+ This project/library contains common elements related to HTTP...
39
44
 
40
45
  ## Execution Environment
41
46
 
42
47
  ### Install libraries
43
- ```commandline
48
+ ```shell
44
49
  pip install --upgrade pip
45
50
  pip install virtualenv
46
51
  ```
47
52
 
48
53
  ### Create the Python Virtual Environment.
49
- ```commandline
54
+ ```shell
55
+ virtualenv --python={{python-version}} .venv
50
56
  virtualenv --python=python3.11 .venv
51
57
  ```
52
58
 
53
59
  ### Activate the Virtual Environment.
54
- ```commandline
60
+ ```shell
55
61
  source .venv/bin/activate
56
62
  ```
57
63
 
58
64
  ### Install required libraries.
59
- ```commandline
65
+ ```shell
60
66
  pip install .
61
67
  ```
62
68
 
63
69
  ### Check tests and coverage...
64
- ```commandline
70
+ ```shell
65
71
  python manager.py run-test
66
72
  python manager.py run-coverage
67
73
  ```
@@ -4,8 +4,8 @@ core_https/utils.py,sha256=l95LyVWJsYfPlGLivBWuFOAe-bQk9Ocr-BAGEigBQFs,5024
4
4
  core_https/requesters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  core_https/requesters/base.py,sha256=OOT7KS5AdSEqu1EyQK8aUlFY4iWtz49KOV-fohWfN5E,572
6
6
  core_https/requesters/url_lib3.py,sha256=BuAsdblZ_yIyxp_lOGvIEwJmSFzoVlEG-PMxdHUztH4,886
7
- core_https-1.1.2.dist-info/LICENSE,sha256=dj8Wz7OWOIOTyLJzaYLn8RFz_W5uYWSGR2xS5lHNAl4,1082
8
- core_https-1.1.2.dist-info/METADATA,sha256=RWeBMAhT1Jk_hW3u2v-_47Cg-7jWy0Kyi8fpOm5i8K8,2390
9
- core_https-1.1.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
10
- core_https-1.1.2.dist-info/top_level.txt,sha256=Ufm6w6dLS6hyTPwMUXt4O6klJfLyKpkaG6csd2kmaDw,11
11
- core_https-1.1.2.dist-info/RECORD,,
7
+ core_https-1.1.3.dist-info/licenses/LICENSE,sha256=dj8Wz7OWOIOTyLJzaYLn8RFz_W5uYWSGR2xS5lHNAl4,1082
8
+ core_https-1.1.3.dist-info/METADATA,sha256=KBsNhZGG1981ElEIGqrr_n9BFAbqaV-nbwA3GOXt3gk,2612
9
+ core_https-1.1.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
10
+ core_https-1.1.3.dist-info/top_level.txt,sha256=Ufm6w6dLS6hyTPwMUXt4O6klJfLyKpkaG6csd2kmaDw,11
11
+ core_https-1.1.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5