Q: NNTP server in Python?

Matthew Dixon Cowles matt at mondoinfo.com
Mon Apr 9 22:37:58 EDT 2001


On 09 Apr 2001 19:22:36 +0200, Jan Kybic <Jan.Kybic at epfl.ch> wrote:

>Hello,
>	is there a NNTP (News) server written in Python? I have just
>found sockserv which provides some foundation, so I do not think it
>should be very difficult.

Jan,
I was working on a news caching-proxy thing in Python a couple of
months ago. It's intended to enable an online newsreader to read news
via NNTP while offline so it contains a simple NNTP server. I haven't
worked on it for a while and I've since decided that much of the
design is too complex so when I go back to it, I plan to rip out a
bunch of stuff. But in case some part of it may be of interest to you,
I've bundled it up with a GPL and put it at:

ftp://ftp.visi.com/users/mdc/ncp-0.0.0.tar.gz

Regards,
Matt



More information about the Python-list mailing list