Ports Search

Results 15,60115,610 of 17,660 for descr%3A%22spam filter%22.(0.017 seconds)
net/Net-TCLink-3.4 (Score: 9.2782444E-5)
Module to for connecting to the TrustCommerce payment gateway
Net::TCLink is a thin client library to allow your e-commerce servers to connect to the TrustCommerce payment gateway easily and consistently. The protocol (which is the same across all platforms and languages) is well-documented in the Web Developer's Guide, so please consult it for any questions you may have about the protocol syntax itself.
net/pktanon-1.4.0 (Score: 9.2782444E-5)
Network trace anonymizer
PKtAnon performs network trace anonymization. It is highly configurable and uses anonymization profiles. Anonymization profiles allow for mapping of arbitrary anonymization primitives to protocol attributes, thus providing high flexibility and easy usability. A huge number of anonymization primitives and network protocols are supported and ready to use for online and offline anonymization.
net/pen-0.33.2 (Score: 9.2782444E-5)
Load balancer for UDP and TCP based protocols
This is pen, a load balancer for UDP and TCP based protocols such as DNS, HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
net/eventlet-0.19.0 (Score: 9.2782444E-5)
Concurrent networking library for Python
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking IO while at the same time retaining high programmer usability by using coroutines to make the non-blocking IO operations appear blocking at the source code level.
net/libdnet-1.12 (Score: 9.2782444E-5)
Simple interface to low level networking routines
Python wrapper around libdnet which provides a simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling, network interface lookup and manipulation, and raw IP packet and Ethernet frame transmission. It is intended to complement the functionality provided by pcap(3).
net/pyldap-2.4.25.1 (Score: 9.2782444E-5)
Fork of python-ldap with Python 3 support
Python modules for implementing LDAP clients pyldap is a fork of python-ldap, and provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.).
net/pysocks-1.5.7 (Score: 9.2782444E-5)
Python SOCKS module
Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch
net/radix-0.9.6 (Score: 9.2782444E-5)
Python radix-tree implementation
py-radix is an implementation of a radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. The radix tree is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks.
net/raet-0.6.5 (Score: 9.2782444E-5)
Reliable Asynchronous Event Transport protocol library
Reliable Asynchronous Event Transport protocol RAET is designed to provide secure reliable scalable asynchronous message/event transport over the internet in a micro-threaded multi-process application framework that uses UDP for interhost communication and LibSodium for authentication, encryption and the CurveCP handshake for secure bootstrap.
net/terminado-0.6 (Score: 9.2782444E-5)
Terminals served to term.js using Tornado websockets
This is a Tornado websocket backend for the term.js terminal emulator library. It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm code, v0.11 (2008-11-13) (also on Github as part of QWeb).