Asynchronous HTTP client

Antoine Pitrou solipsis at pitrou.net
Fri Mar 12 11:48:33 EST 2010


Le Sun, 07 Mar 2010 22:40:36 +0800, pingooo a écrit :
> I'm writing an open source python client for a web service. The client
> may be used in all kinds of environments - Linux, Mac OS X, Windows, web
> hosting, etc by others. It is not impossible to have twisted as a
> dependency, but that makes deployment a larger job than simply uploading
> a Python file.

If it can be used by non-Python users, you will have to package it using 
py2exe or py2app anyway, in which case Twisted will be bundled 
automatically and the size overhead won't be very large.





More information about the Python-list mailing list