Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,1618,170项(搜索用时0.013秒)
devel/PyProtocols-1.0.a0.r2302 (Score: 2.0898995E-4)
Protocol Definition, Declaration, and Adaptation for Python
This package builds on the object adaptation protocol presented in PEP 246 to make it easier for component authors, framework suppliers, and other developers to: * Specify what behavior a component requires or provides * Specify how to adapt the interface provided by one component to that required by another * Specify how to adapt objects of a particular type or class (even built-in types) to a particular required interface * Automatically adapt a supplied object to a required interface, and * Do all of the above, even when the components or frameworks involved were not written to take advantage of this package, and even if the frameworks have different mechanisms for defining interfaces.
devel/pytools-2016.1 (Score: 2.0898995E-4)
Collection of tools for Python
Pytools is a big bag of things that are "missing" from the Python standard library. This is mainly a dependency of my other software packages, and is probably of little interest to you unless you use those. If you're curious nonetheless, here's what's on offer: - A ton of small tool functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's mokeypatch_xxx() hack, the elusive flatten, and much more. - Michele Simionato's decorator module. - A time-series logging module, pytools.log. - Batch job submission, pytools.batchjob. - A lexer, pytools.lex.
devel/twisted-15.5.0 (Score: 2.0898995E-4)
Asynchronous networking framework written in Python
From the README: Twisted is an event-based framework for Internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Twisted is based on an unconventional and somewhat Twisted design philosophy.
devel/twisted-15.2.1 (Score: 2.0898995E-4)
Metaport of Twisted, an event-driven networking engine
From the README: Twisted is an event-based framework for Internet applications. It includes a web server, a telnet server, a chat server, a news server, a generic client and server for remote object access, and APIs for creating new protocols and services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event loop with its main event loop. The Win32 event loop is also supported, as is basic support for running servers on top of Jython. Twisted is based on an unconventional and somewhat Twisted design philosophy.
devel/pysvn-1.8.0 (Score: 2.0898995E-4)
Python binding for Subversion
The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. This API cannot create new repositories; it can only interact with existing repositories. If you need to create a repository, use the svnadmin command from Subversion. Using the API, you can check out a working copy, add, edit, and remove working files, and check in, compare, or discard your changes. Repository properties such as keyword expansion, end of line characters, and ignore lists can also be examined and manipulated.
devel/spatialindex-1.8.5 (Score: 2.0898995E-4)
General Framework for Developing Spatial Indices
This package provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree. Supported Features: * Generic main memory and disk based storage managers. * R*-tree index (also supports linear and quadratic splitting). * MVR-tree index (a.k.a. PPR-tree). * TPR-tree index. * Advanced query capabilities, using Strategy and Visitor patterns. * Arbitrary shaped range queries, by defining generic geometry interfaces. * Large parameterization capabilities, including dimensionality, fill factor, node capacity, etc. * STR packing / bulk loading.
devel/st-1.9 (Score: 2.0898995E-4)
State Threads Library for Internet Applications
The State Threads is a small application library which provides a foundation for writing fast and highly scalable Internet applications (such as web servers, proxy servers, mail transfer agents, and so on) on UNIX-like platforms. It combines the simplicity of the multithreaded programming paradigm, in which one thread supports each simultaneous connection, with the performance and scalability of an event-driven state machine architecture. In other words, this library offers a threading API for structuring an Internet application as a state machine. The State Threads library is a derivative of the Netscape Portable Runtime library (NSPR).
devel/tcl-mmap-1.1 (Score: 2.0898995E-4)
New TCL channel type using mmap-ed files
This extension provides a Tcl interface to the mmap(2) POSIX system call. It provides a Tcl package that allows Tcl scripts to: 1) Memory map files for improved access efficiency; 2) Share memory between related processes; 3) Easily implement cyclic persistent log files. The functionality of 'mmap' is exported from this extension in the form of a new Tcl channel type, named "mmap". A memory mapping is established with the 'mmap' command. Following 'mmap' execution, access to the memory mapped file is done via the standard Tcl commands: puts/gets/seek/flush/close/fconfigure, only that this time these commands operate on memory, rather than on a file.
editors/edith-1.58 (Score: 2.0898995E-4)
X11 GUI editor for binary and plain text files
Edith Pro is a high quality user-friendly text editing system that combines a modern, colourful multi-window user interface with large basic editing flexibility. It is intended for those who want a powerful editing tool, but are not prepared to spend a wealth of energy into learning and configuring their applications. Edith Pro concentrates on editing features that are universal in applicability; as such it is not a programmable editor, but it has many well thought-out elementary features that allow efficient text editing for arbitrary types of text. This port uses the Linux binary compatibility.
emulators/loemu-0.3.1 (Score: 2.0898995E-4)
Simple frontend for various game emulators
Loemu is a free application that provides a simple frontend for various game emulators. Features: - Currently it supports game emulation with mame, sdlmame and snes9x. - Browse games using dynamic list. This allows to browse in a list generated with some categories (and it has other advantages). - Finds games quickly. Using a specific dialog that looks for a game in all the gamelist. - The generation of the dynamic list filtering the gamelist is very fast. - It has been developed with PyGTK + Glade. - Released under GNU General Public License. The design of loemu allows the support of more emulators adding specific emulator configuration files.