Ports Search

Results 1,3511,360 of 5,824 for /net/.(0.004 seconds)
net/pen-0.33.2 (Score: 0.07643312)
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/Coherence-0.6.6.2 (Score: 0.07643312)
DLNA/UPnP media server and framework for the digital living
Coherence is a framework written in Python, providing a variety of UPnP MediaServer and UPnP MediaRenderer implementations for instant use.
net/ec2-cli-tools-1.5 (Score: 0.07643312)
Helpful CLI utilities for querying and connecting to EC2 instances
Helpful CLI utilities for querying and connecting to EC2 instances
net/gntp-0.8 (Score: 0.07643312)
Growl Notification Transport Protocol for Python
Python library for working with the `Growl Notification Transport Protocol ( http://www.growlforwindows.com/gfw/help/gntp.aspx ) It should work as a dropin replacement for the older Python bindings.
net/gspread-0.4.0 (Score: 0.07643312)
Google Spreadsheets Python API
Simple API access to Google Spreadsheets
net/nss_ldap-264 (Score: 0.07643312)
RFC 2307 NSS Module (Linux Fedora 10)
This a port of the nss_ldap libraries for Linux. You'll probably need this if your system users in a LDAP directory are complaining their Linux programs won't run, and errors on the console say "getpwuid_r(): failed due to unknown user id".
net/impacket-0.9.15 (Score: 0.07643312)
Collection of Python classes providing access to network packets
Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB. Impacket is highly effective when used in conjunction with a packet capture utility or package such as Pcapy. Packets can be constructed from scratch, as well as parsed from raw data. Furthermore, the object oriented API makes it simple to work with deep protocol hierarchies.
net/ipaddress-1.0.16 (Score: 0.07643312)
Python 3.3's ipaddress for Python 2.6 and 2.7
Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7. Note that you must pass in unicode objects when constructing from a character representation!
net/kafka-python-0.9.4 (Score: 0.07643312)
Pure Python client for Apache Kafka
This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets.
net/kombu-3.0.35 (Score: 0.07643312)
AMQP messaging framework for Python
Kombu is an AMQP messaging framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems. Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * Consistent exception handling across transports. * The ability to ensure that an operation is performed by gracefully handling connection and channel errrors. * Several annoyances with amqplib has been fixed, like supporting timeouts and the ability to wait for events on more than one channel.