Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qd-today/pycurl-docker

Alpine latest with pycurl - python 3.11
https://github.com/qd-today/pycurl-docker

alpine curl docker http3 pycurl

Last synced: 3 days ago
JSON representation

Alpine latest with pycurl - python 3.11

Awesome Lists containing this project

README

        

# **Pycurl-Lite-Docker**

**Python3.11:Alpine-edge only with pycurl**

## **Repository**

**Github :** [https://github.com/qiandao-today/pycurl-docker](https://github.com/qiandao-today/pycurl-docker)

**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)

```bash
docker pull a76yyyy/pycurl:lite-latest
```

## **VERSION**

- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2

```bash
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```

# **Pycurl-Docker**

**Python3.11:Alpine-edge with pycurl ddddocr**

## **Repository**

**Github :** [https://github.com/qiandao-today/pycurl-docker](https://github.com/qiandao-today/pycurl-docker)

**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)

```bash
docker pull a76yyyy/pycurl:latest
```

## **VERSION**

- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7+quic
- PYCURL_VERSION == 7.45.2
- ONNXRUNTIME_TAG == v1.13.1
- DDDDOCR_VERSION == 1.4.7

```bash
LDFLAGS="-Wl,-rpath,/usr/lib" ./configure \
--with-openssl=/usr \
--with-nghttp2=/usr \
--with-nghttp3=/usr \
--with-ngtcp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```

# **Pycurl-Docker-default**

Python:3.11-Alpine latest with pycurl - default ( **not support TLS1.3 & Http3 & OnnxRuntime & ddddocr** )

## **Repository**

**Github :** [https://github.com/qiandao-today/pycurl-docker/tree/default](https://github.com/qiandao-today/pycurl-docker/tree/default)

**DockerHub :** [https://hub.docker.com/r/a76yyyy/pycurl](https://hub.docker.com/r/a76yyyy/pycurl)

```bash
docker pull a76yyyy/pycurl:default-latest
```

## **VERSION**

- PYTHON_VERSION == 3.11
- CURL_VERSION == 7.86.0
- OPENSSL_VERSION == 3.0.7
- PYCURL_VERSION == 7.45.2

```bash
./configure \
--with-ssl \
--with-nghttp2=/usr \
--prefix=/usr \
--enable-ipv6 \
--enable-unix-sockets \
--with-libidn2 \
--disable-static \
--disable-ldap \
--with-pic \
--with-gssapi
```