Ports Search

Results 1,4411,450 of 5,886 for /net-im/.(0.004 seconds)
net/netlib-0.10 (Score: 0.026957162)
Collection of network utilities
Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards.
net/novaclient-5.0.0 (Score: 0.026957162)
Client for the OpenStack Nova API
This is a client for the OpenStack Nova API. There's a Python API (the novaclient module), and a command-line script (nova). Each implements 100% of the OpenStack Nova API.
net/pyrad-2.0 (Score: 0.026957162)
Python implementation of RADIUS client
pyrad is a Python implementation of a RADIUS client as described in RFC2865. It takes care of all the details like building RADIUS packets, sending them and decoding responses.
net/ntplib-0.3.3 (Score: 0.026957162)
Python NTP library
This module offers a simple interface to query NTP servers from Python. It also provides utility functions to translate NTP fields values to text (mode, leap indicator...). Since it's pure Python, and only depends on core modules, it should work on any platform with a Python implementation.
net/qjsonrpc-1.0.2 (Score: 0.026957162)
C++ Qt based JSON RPC2 library
C++ Qt based JSON RPC2 library
net/pcapy-0.10.9 (Score: 0.026957162)
Python pcap extension
Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables Python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets.
net/port-for-0.3.1 (Score: 0.026957162)
Utility that helps with local TCP ports managment
A command-line utility and a python library that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
net/pyldap-2.4.25.1 (Score: 0.026957162)
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/quoted-1.01 (Score: 0.026957162)
Easily configured QOTD daemon with over 130 good quality quotes
quoted - QOTD Daemon The QOTD Daemon 'quoted' listens on the qotd port (17) and responds with a randomly selected 'quote of the day' from a 'quotes' text file, which you can update with quotes of your own. It will operate either as a stand-alone daemon, or can also be invoked via inetd. If you want, you can also have it listen on a different port, other than the default 'qotd' port (17).
net/pynsq-0.6.9 (Score: 0.026957162)
Official Python client library for NSQ
The official Python client library for NSQ It provides high-level nsq.Reader and nsq.Writer classes for building consumers and producers and two low-level modules for both sync and async communication over the NSQ Protocol (if you wanted to write your own high-level functionality).