Ports 搜索

共有5,824项符合/net/的查询结果,以下是第1,4011,410项(搜索用时0.003秒)
net/foreman-proxy-1.10.0 (Score: 0.07643312)
Foreman Proxy Agent
The Foreman Smart Proxy is a daemon written in Ruby which provides a restful API to various sub-systems. Its goal is to provide API for a higher level orchestration tools (such as Foreman). The Smart proxy provides an easy way to add or extended existing subsystems and API's. Currently supported are: DHCP - ISC DHCP and MS DHCP Servers DNS - Bind and MS DNS Servers TFTP - any UNIX based tftp server Puppet - Any Puppet server from 0.24.x Puppet CA - Manage certificate signing, cleaning and autosign on a Puppet CA server BMC - BMC management etc
net/soappy-0.12.22 (Score: 0.07643312)
SOAP Services for Python
SOAPpy provides tools for building SOAP clients and servers.
net/terminado-0.6 (Score: 0.07643312)
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).
net/tofu-0.5 (Score: 0.07643312)
Practical high-level network game engine
Tofu is a practical high-level network game engine, written in Python and based on Twisted. Tofu is designed for games where players play one or several characters accross several levels. This includes jump'n run games, RPG or RTS, but not Tetris-like games or board game. It currently support client-server and single player mode; peer-to-peer mode may be added later. Tofu is Free Software, under the GNU LGPL license.
net/rsplib-3.0.2 (Score: 0.07643312)
RSerPool Framework and Example Applications
RSerPool client/server API library for load distribution and Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to RFC 5356) for a lightweight server pool and session management framework. It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool.
net/twitter-1.17.1 (Score: 0.07643312)
Python API and command-line toolset for Twitter
The Minimalist Twitter API for Python is a Python API for Twitter, everyone's favorite Web 2.0 Facebook-style status updater for people on the go. Also included is a twitter command-line tool for getting your friends' tweets and setting your own tweet from the safety and security of your favorite shell and an IRC bot that can announce Twitter updates to an IRC channel.
net/twitter-2.2 (Score: 0.07643312)
Python wrapper around the Twitter API
This library provides a pure python interface for the Twitter API. Twitter provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API and this library is intended to make it even easier for python programmers to use.
net/icmp-0.2.1 (Score: 0.07643312)
Ruby module for handling ICMP packets
This is a Ruby module for handling ICMP packets. Note that it requires root permission to handle any ICMP packets.
net/tcpsocketpipe-1.8.2 (Score: 0.07643312)
Ruby library to create I/O pipes for TCP socket tunneling
This is Ruby/TCPSocketPipe, a Ruby library to create I/O pipes for TCP socket tunneling.
net/txrestapi-0.2 (Score: 0.07643312)
Easing the creation of REST API services in Python
txrestapi makes it easier to create Twisted REST API services. Normally, one would create Resource subclasses defining each segment of a path; this is cubersome to implement and results in output that isn't very readable. txrestapi provides an APIResource class allowing complex mapping of path to callback (a la Django) with a readable decorator.