Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第1,4111,420项(搜索用时0.006秒)
net/terminado-0.6 (Score: 0.02692858)
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.02692858)
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.02692858)
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.02692858)
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.02692858)
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.02692858)
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.02692858)
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.02692858)
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.
net/openmpi-1.10.4 (Score: 0.02692858)
High Performance Message Passing Library
Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. Open MPI is based on an open component architecture allowing modular replacement of many system components without recompilation.
net/uritemplate-0.6 (Score: 0.02692858)
Python implementation of URI Template
This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.