@aris the bindings are all maintained elsewhere so the burden is widely distributed. I think our stable API and ABI and not breaking behavior has helped all as they remain functional and over time can mature.
what’s a good use-case for PyCurl, etc? I use curl on the command like daily, but not sure what I would do with it in a program. I’m sure that I’m missing something.
While python 3 now has decent native support for HTTP(S) with it's urllib module (which does cover 99+% of my use cases), PyCurl supports "FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!" -- pycurl.io/
So it can solves those edge cases. It may also be useful if you hit performance or memory usage issues in your python based search spider or similar massively parallel connection applications.
matias
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Unbekannter Ursprungsbeitrag • • •@gbraad the one that is there to you help *YOU* become productive easier and faster than otherwise! 😀 (for every "you" that reads this)
I honestly cannot rate them amongst each other. I personally don't know a lot about most of them apart from having recognized their existence.
Marc-Antoine Perennou
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf Marc-Antoine Perennou • • •Anthony Giorgio
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf Anthony Giorgio • • •daniel:// stenberg://
Als Antwort auf daniel:// stenberg:// • • •Bill's in the shop for repairs
Als Antwort auf daniel:// stenberg:// • • •interkosmos
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf daniel:// stenberg:// • • •Aris Adamantiadis :verified:💲Paid
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf Aris Adamantiadis :verified:💲Paid • • •Ben Hayes
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf Ben Hayes • • •Ben Hayes
Als Antwort auf daniel:// stenberg:// • • •daniel:// stenberg://
Als Antwort auf Ben Hayes • • •elrido
Als Antwort auf Ben Hayes • •While python 3 now has decent native support for HTTP(S) with it's urllib module (which does cover 99+% of my use cases), PyCurl supports "FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!" -- pycurl.io/
So it can solves those edge cases. It may also be useful if you hit performance or memory usage issues in your python based search spider or similar massively parallel connection applications.
daniel:// stenberg://
Unbekannter Ursprungsbeitrag • • •