Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,41110,420项(搜索用时0.01秒)
devel/pure-stldict-0.8 (Score: 7.3261835E-5)
Pure interface to C++ STL map/unordered_map
This package provides a light-weight, no frills interface to the C++ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface.
devel/pure-stllib-0.6 (Score: 7.3261835E-5)
Pure interface to C++ STL map and vectors
pure-stllib is an "umbrella" package that contains a pair of Pure addons, pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions.
devel/pwlib-1.12.0 (Score: 7.3261835E-5)
Cross platform C++ library, used by OpenH323
PWLib is a multi-platform code library that can be used to write applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OpenH323 library.
devel/rpyc-3.3.0 (Score: 7.3261835E-5)
Remote Python Call
RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a transparent and symmetrical python library for remote procedure calls, clustering and distributed-computing. RPyC makes use of object-proxying, a technique that employs python's dynamic nature, to overcome the physical boundaries between processes and computers, so that remote objects can be manipulated as if they were local.
devel/billiard-3.3.0.23 (Score: 7.3261835E-5)
Python multiprocessing fork with improvements and bugfixes
billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended to be compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.
devel/blinker-1.4 (Score: 7.3261835E-5)
Fast, simple object-to-object and broadcast signaling
Fast, simple object-to-object and broadcast signaling. Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". Features: - A global registry of named signals - Anonymous signals - Custom name registries - Permanently or temporarily connected receivers - Automatically disconnected receivers via weak referencing - Sending arbitrary data payloads - Collecting return values from signal receivers
devel/lock_file-2.0 (Score: 7.3261835E-5)
Lock file manipulation
Lock file is a traditional means of synchronization among processes. In this module it is implemented as an empty regular file exclusively locked using fcntl.lockf. When it is to be released it is removed by default. However, if all cooperating processes turn off the removal, they get a guaranteed order of acquisitions and better scalability.
devel/country-1.20 (Score: 7.3261835E-5)
Python API for ISO country, subdivision, language and currency
pycountry provides the ISO databases for the standards: -- 639: Languages -- 3166: Countries -- 3166-2: Subdivisions of countries -- 4217: Currencies -- 15924: Scripts The package includes a copy from Debian's pkg-isocodes and makes the data accessible through a Python API. Translation files for the various strings are included as well.
devel/doit-0.29.0 (Score: 7.3261835E-5)
Task management & automation tool
doit comes from the idea of bringing the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. Actions: * can be external programs (executed as shell commands) or python functions. * a single task may define more than one action.
devel/flake8-2.5.4 (Score: 7.3261835E-5)
Code checking using pep8 and pyflakes
Flake8 is a wrapper around these tools: - PyFlakes - pep8 - Ned's McCabe script Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output.