Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PycURL is a thin wrapper around the C libcurl API, I wonder if there's any more pythonic wrapper for libcurl which supports CurlMulti ?
CurlMulti
C ライブラリ用に作成されたほとんどのバインドと同様に、その上に非常に薄いレイヤーを作成して、そのほとんどを提供するのが賢明です。
とはいえ、一般的には、さらに別のバインディングを作成するよりも、そのバインディング自体をラップして、より高レベルの機能と言語固有の方法を提供する方が理にかなっています。
いいえ、私はそのようなラッパーを知りませんが、そのようなラッパーはlibcurlの上ではなく、pycurlの上に直接作成することをお勧めします!