# pycurl/pycurl

PycURL - Python interface to libcurl

Repository: https://github.com/pycurl/pycurl
Canonical: https://ross.abutalabs.com/products/pycurl
Homepage: https://pycurl.github.io/
Language: Python
License: LGPL-2.1
License Family: copyleft
Topics: http-client, python, libcurl, libcurl-bindings
Last push: 2026-08-22T14:29:14+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 59, longevity 100
- inputs: {"age_days": 4778, "days_push": 11, "days_rel": 63, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1167, forks 327 (observed 2026-08-28T04:03:50.718651+00:00)

## What it is
PycURL is a thin Python binding over the libcurl multiprotocol file transfer library, exposing HTTP/HTTPS, FTP, SSL, proxies, authentication, WebSockets, and libcurl's multi/share interfaces. It is very fast and feature-rich but has a low-level, C-like API aimed at advanced developers.

## Use cases
- make fast http requests from python
- download files over ftp or sftp in python
- handle dozens of concurrent connections efficiently
- use proxies and custom ssl certificates with python http client
- integrate curl into an asyncio or tornado ioloop
- upload multipart forms from python
- websocket client in python

## When to choose
- you need maximum performance for many concurrent transfers
- you need libcurl's advanced features like NTLM auth, proxies, or multiple protocols
- you want low-level socket control or integration with a custom event loop

## When to avoid
- you want a simple, Pythonic requests-like API
- you prefer a pure-Python dependency
- you are not familiar with libcurl's C API and its learning curve

## Facets
- artifact type: library
- maturity: stable
- function: http-client, websocket, networking
- domain: web-development, developer-tools, networking
- platform: python, windows, cross-platform
- tags: libcurl, curl-bindings, file-transfer, asyncio, ssl, proxy, ftp, low-level, linux, macos

## Member repositories
- pycurl/pycurl (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:50.718651+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:28:53.026498+00:00, confidence not recorded.
  - readme: https://github.com/pycurl/pycurl (fetched 2026-08-28T04:03:50.718651+00:00, sha f6ccf99cdddd)
  - homepage: https://pycurl.github.io/ (fetched 2026-08-29T12:35:07.545014+00:00, sha e78c6774d4fb)
  - registry_pypi: https://pypi.org/pypi/pycurl/json (fetched 2026-08-29T12:35:07.554055+00:00, sha 8612d953fd0b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
