This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

pyBead Description

Web server based python object transport. This is a CGI script / MOD_WSGI script that allows you to remote your own code through Apache or other web servers. Example client runs best with urllib3 for persistence however will also work with standard library urllib2. Turn Apache into your application server.

https://sourceforge.net/projects/pybead/


2026-02-14 16:15