
Top : Computers : Programming : Languages : Python : Modules :
Network
Websites
Modules to access the CDDB online database of audio CD track titles and information. [Open Source, GPL]
site exerpt
CDDB and FreeDB audio CD track info access in Python This is actually a set of three modules to access the CDDB and FreeDB online databases of audio CD track titles and information. It includes a C extension module to fetch track lengths under Linux, FreeBSD, OpenBSD, Mac OS X,...An asynchronous HTTP client library. [Open Source, Python license]
site exerpt
asynchttp Asynconronous HTTP Client The asynchttp module is a logical extension of the Python library asynchat module which is built on the asyncore and select modules. Our goal is to provide the functionality of the excellent httplib module without using blocking sockets. Contact: Doug...A Python module for the jabber instant messaging protocol. [Open Source, LGPL]
site exerpt
jabber.py A Python Jabber library Python module for the jabber instant messaging protocol. jabber.py deals with the xml parsing and socket code, leaving the programmer to concentrate on developing quality jabber based applications with Python. The eventual aim is to produce a fully featured easy...A pure-Python package that provides a suite of classes implementing the Elvin4 protocol. [Restricted]
site exerpt
project: pe4 Python package that provides a suite of classes implementing the Elvin4 protocol. The basic mapping for an Elvin message is a Python dictionary. The dictionary cannot have elements that are complex objects (user-defined class instances but standard Python integers, long...A module for looking up DNS entries with Python applications. [Open Source, Python license]
site exerpt
PyDNS: DNS module for Python S provides a module for performing DNS queries from python applications. Code is currently available from the PyDNS Sourceforge site, accessible from the PyDNS SF link on the top of the page. History, background This was originally based on Guido...Interface for the libnet packet assembly system. [Open Source, GPL]
site exerpt
pylibnet: python module for libnet P request with ethernet header print pkt ifc.write(pkt) davidma@eskimo.com...A Python module for the libpcap packet capture library. You can use it to write a custom packet sniffer. [Open Source, BSD-like]
site exerpt
SourceForge.net: python-libpcap Provide feedback on this page Recently changed page Site Status SF.net Projects python-libpcap Summary python-libpcap Stats RSS Summary Admin Home Page Forums Tracker Bugs Support Requests Patches Feature Requests Mail Tasks Docs Screenshots News CVS Files Sponsored Downloads About python-libpcap...An LDAP client API for Python. [Public Domain]
site exerpt
python-ldap: LDAP client API for Python Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc Mailing list Discussion about the use and future of Python-LDAP occurs in the python-ldap-dev mailing list. You can subscribe or unsubscribe to this list...A set of Python modules for the XAL X10 Automation Library. [Open Source, GPL]
site exerpt
PyX10 Bringing Home Automation To Python Python module was not deallocating resources at the right time and it was causing my mouse to freeze while in X. I believe I have fixed this, and all is working well now. This release is still used with XAL...A pure Python RFC2138 compliant RADIUS authentication module. [Open Source, BSD-like]
site exerpt
radius.py Python module implementing client side RADIUS authentication. It is released under a BSD style Open Source licence by Stuart Bishop zen@shangri-la.dropbear.id.au Please visit the py-radius project area on SourceForge for software downloads and documentation. Installation Usage (README.txt Date: 2001/10/23 08:28:32...A Python extension module for Spread, an open source group communications package.[Open Source, Python license]
site exerpt
Spread Module Python extension module for Spread, an open source group communications package. The extension module was written by engineers at Zope Corporation, primarily Jeremy Hylton, Guido van Rossum and Tim Peters. It is released under the standard PSF open source license....A framework for networked applications. [Open Source, LGPL]
http://www.twistedmatrix.com/
A library for interacting with Dict servers. [Open Source, GPL]
site exerpt
Gopher: dictclient You can use most browsers to browse Gopher natively. If your browser supports it, click here to see this page in Gopher directly. To find Gopher browsers, click here. Gopher: dictclient This is a new library for interacting with Dict...Dissects network packets, as returned from pylibpcap. [Open Source, GPL]
site exerpt
py_net_libs.html All trademarks and copyrights on this page are properties of their respective owners. Forum comments are owned by the poster. The rest is copyright 1999-2000 VA Linux Systems, Inc. Python Network Library DOCS SECTION by paolo bastiancich email: b.paolo@tiscalinet.it download:...An architecture for building long-running, high-performance network servers in Python. [Open Source, Python license]
site exerpt
Updated Medusa Release Medusa is a framework for writing asynchronous socket-based servers. It was originally written by Sam Rushing, and the original Medusa home page is still available. However, no new releases have been made in about a year. I've therefore taken the...OSE includes a number of Python modules. The main module is a wrapper around functionality provided in the OSE C++ class library. Those parts of the OSE C++ class library for which a Python wrapper are provided are the logging system, the real time events system, the service agent framework for creating distributed applications and the HTTP servlet framework.
site exerpt
OSE: Python Modules For a printable version of this page, go here.For a printable PDF version of the complete manual this document belongs to, go here. Copyright © 2001-2002 Dumpleton Software Consulting. http www.dscpl.com.au http ose.sourceforge.net info@dscpl.com.au Python Modules OSE includes a number...Connects to the MSN messenger services and responds to commands.
http://www.suttree.uklinux.net/code/msnbot/
Downloads the weather report for a given NOAA station ID, decodes it and the provides easy access to all the data found in the report.
site exerpt
PyMETAR This library downloads the weather report for a given station ID (get yours here decodes it and provides easy access to all the data found in the report. Documentation and a small example app are inside the tarball. There is...A set of Python packages implementing SNMP entities. [Open source, BSD-like]
site exerpt
Python SNMP framework This project aims at developing SNMP v1/v2c/v3 engine written in Python programming language. Stable release (2.x) implements pretty naive SNMPv1/v2c engine, while unstable development version (4.1.x) features SNMPv1/v2c/v3 core, MIB lookup and instrumentation facilities, pluggable transports architecture and numerious other...A google shell, written in Python and making use of PyGoogle
http://www.suttree.uklinux.net/code/googlesh/
That makes use of the example server included with the twisted libraries.
http://www.suttree.uklinux.net/code/proxy/
A high-level interface to the ftplib module with an interface like the modules os and os.path in the standard library. [Open Source, BSD-like]
site exerpt
My Python software Stefan Schwarzer I have written the following Python programs or modules which you can get for free under an Open Source license. A summary of the packages is listed below. Most of the code was developed under OS/2 and FreeBSD (now on...A Python AIML and Bayesian IM bot.
site exerpt
Suttree GrokItBot Bayesian algorithm to provide learning and guessing capabilities. Credit should also be given to Mike Wakerly for his typing response code. Overview GrokItBot is intended to cut down on the amount of AIML that needs to be written for very...Allows you to parse most ftp-servers LIST responses found in the wild using Dan Bernsteins ftpparse package. [Open Source, BSD-like]
site exerpt
ftpparsemodule parsing of ftpserver LIST responses for python. Servers provide a wide range of responses to the LIST command. ftpparsemodule allows you to parse most ftp-servers LIST responses found in the wild. It does so by using Dan Bernsteins ftpparse package and making it accessible to Python. See...A module for handling IPv4 and IPv6 addresses and networks in a fashion similar to Perl's Net::IP and friends.
site exerpt
IPy A python Module for handling IP-Addresses and Networks Python module for handling IPv4 and IPv6 Addresses and Networks in a fashion similar to perl's Net::IP and friends. The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks....The purpose of this software is to enable routeing information in a network to be collected. [Open Source, GPL]
http://mort.belltower.co.uk/pyrt.html
A module for Python that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. [Open source, LGPL]
http://www.lag.net/~robey/paramiko/
A ASN.1 types and codecs implementation. [Open Source, BSD]
http://pyasn1.sf.net