redc 0.1.0.dev4__tar.gz → 0.1.0.dev5__tar.gz
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.
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/PKG-INFO +1 -1
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/pyproject.toml +2 -2
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/__init__.py +1 -1
- redc-0.1.0.dev4/wheelhouse/redc-0.1.0.dev4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl → redc-0.1.0.dev5/wheelhouse/redc-0.1.0.dev5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- redc-0.1.0.dev4/wheelhouse/redc-0.1.0.dev4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl → redc-0.1.0.dev5/wheelhouse/redc-0.1.0.dev5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- redc-0.1.0.dev4/wheelhouse/redc-0.1.0.dev4-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl → redc-0.1.0.dev5/wheelhouse/redc-0.1.0.dev5-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- redc-0.1.0.dev4/wheelhouse/redc-0.1.0.dev4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl → redc-0.1.0.dev5/wheelhouse/redc-0.1.0.dev5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/.clang-format +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/.github/workflows/build_wheels.yml +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/.gitignore +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/CMake/PreventInSourceBuild.cmake +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/CMakeLists.txt +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/LICENSE +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/README.md +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/assets/images/redc-logo.png +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/callback.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/callbacks.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/client.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/codes.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/exceptions/__init__.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/ext/redc.cpp +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/ext/redc.h +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/ext/utils/concurrentqueue.h +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/ext/utils/curl_utils.h +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/response.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/utils/__init__.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/utils/headers.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/utils/http.py +0 -0
- {redc-0.1.0.dev4 → redc-0.1.0.dev5}/redc/utils/json_encoder.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: redc
|
3
|
-
Version: 0.1.0.
|
3
|
+
Version: 0.1.0.dev5
|
4
4
|
Summary: RedC is a high-performance, asynchronous HTTP client library for Python, built on top of the powerful curl library
|
5
5
|
Keywords: asyncio,http,client,http-client,curl,libcurl
|
6
6
|
Author-Email: AYMEN Mohammed <let.me.code.safe@gmail.com>
|
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "redc"
|
7
|
-
version = "0.1.0.
|
7
|
+
version = "0.1.0.dev5"
|
8
8
|
description = "RedC is a high-performance, asynchronous HTTP client library for Python, built on top of the powerful curl library"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [{ name = "AYMEN Mohammed", email = "let.me.code.safe@gmail.com" }]
|
@@ -27,5 +27,5 @@ skip = "*musllinux*"
|
|
27
27
|
archs = ["x86_64"]
|
28
28
|
|
29
29
|
[tool.cibuildwheel.linux]
|
30
|
-
before-all = "yum install wget gcc openssl-devel make libpsl-devel -y && wget https://curl.se/download/curl-8.11.1.tar.gz && tar -xzvf curl-8.11.1.tar.gz && rm curl-8.11.1.tar.gz && cd curl-8.11.1 &&
|
30
|
+
before-all = "yum install wget gcc openssl-devel make libpsl-devel -y && wget https://curl.se/download/curl-8.11.1.tar.gz && tar -xzvf curl-8.11.1.tar.gz && rm curl-8.11.1.tar.gz && cd curl-8.11.1 && ./configure --with-openssl --with-ca-fallback --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt && make -j && make install && ldconfig && curl --version && cd .. && rm -rf curl-8.11.1"
|
31
31
|
manylinux-x86_64-image = "manylinux2014"
|
index 3d2f5f2..dabd5fe 100644
|
|
Binary file
|
index 17e94b3..25cb374 100644
|
|
Binary file
|
index a109f6b..5f47608 100644
|
|
Binary file
|
index 22f421d..d850216 100644
|
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|