[Python-ideas] My wishlist for Tulip

Guido van Rossum guido at python.org
Fri Feb 22 22:17:59 CET 2013


Those are all good ideas! Now I just have to find time to implement them...

On Fri, Feb 22, 2013 at 9:15 AM, Giampaolo Rodolà <g.rodola at gmail.com> wrote:
> I understand it's still beta but anyways, here's my little wish list for Tulip.
>
> * provide a 'demo' / 'example' directory containing very simple
> scripts showing the most basic usages such as:
>
> - echo_tcp_client.py
> - echo_tcp_server.py
> - echo_tcp_server_w_timeout.py  (same as echo_server.py but also
> disconnects the client after a certain time of inactivity)
> - echo_tcp_ssl_client.py
> - echo_tcp_ssl_server.py
> - echo_udp_client.py
> - echo_udp_server.py
>
> * move all *test*.py scripts in a separate 'test' directory
>
> * if it's not part of the API intended to be public move
> tulip/http_client.py elsewhere ('examples'/'demo' or a brand new
> 'scripts'/'tools' directory)
>
> * (minor) same for check.py, crawl.py, curl.py, sslsrv.py which looks
> like they belong elsewhere
>
> * write a simple benchmark framework testing (at least) sending,
> receiving and the internal scheduler  (I'd like to help with this one)
>
>
> --- Giampaolo
> http://code.google.com/p/pyftpdlib/
> http://code.google.com/p/psutil/
> http://code.google.com/p/pysendfile/
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas



--
--Guido van Rossum (python.org/~guido)



More information about the Python-ideas mailing list