Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第12,32112,330项(搜索用时0.013秒)
devel/cld-20150113 (Score: 1.5577191E-4)
Python bindings for compact language detector library
A port from the CLD (Compact Language Detector) library embedded in Google's Chromium browser. The library detects the language from provided UTF8 text (plain text or HTML). This is python bindings.
devel/libdasm-1.5 (Score: 1.5577191E-4)
Simple x86 disassembly library
libdasm is a C-library that tries to provide simple and convenient way to disassemble Intel x86 raw opcode bytes (machine code). It can parse and print out opcodes in AT&T and Intel syntax.
devel/nagioscheck-0.1.6 (Score: 1.5577191E-4)
Class library for writing Nagios plugins
pynagioscheck is a Python framework for Nagios plug-in developers. pynagioscheck strives to conform to the practices described in the Nagios Plug-in Development Guidelines and, more importantly, save valuable system administrator time.
devel/cuisine-0.7.13 (Score: 1.5577191E-4)
Chef-like functionality for Fabric
Cuisine is a small set of functions that sit on top of Fabric, to abstract common administration operations such as file/dir operations, user/group creation, package install/upgrade, making it easier to write portable administration and deployment scripts.
devel/notifier-0.5.8 (Score: 1.5577191E-4)
Generic notifier/event scheduler abstraction
pyNotifier is a notifier/event scheduler abstraction written in python. It implements notification mechanisms for socket events (read or write) and timers. Additionally external event dispatchers may be called during an idle period.
devel/daemons-1.2.2 (Score: 1.5577191E-4)
Resource library for Python developers to create daemon processes
Daemons is a resource library for Python developers that want to create daemon processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose.
devel/enum34-1.1.6 (Score: 1.5577191E-4)
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.
devel/future-0.15.2 (Score: 1.5577191E-4)
Clean single-source support for Python 3 and 2
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
devel/futures-3.0.5 (Score: 1.5577191E-4)
Backport of the concurrent.futures package from Python 3.2
Backport of the concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. This is described in PEP-3148 and is included in Python 3.2+
devel/repoze.lru-0.6 (Score: 1.5577191E-4)
Tiny LRU cache implementation and decorator
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently.