Ports Search

Results 10,45110,460 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/apipkg-1.2 (Score: 1.762358E-4)
Namespace control and lazy-import mechanism
With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small pure python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools.
devel/guiloader-c++-2.19.0 (Score: 1.762358E-4)
C++ binding to the GuiLoader library
GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience layer that simplifies development of GuiLoader based applications written in the C++ language by introducing exception safety, binding GTK+ objects defined in GuiXml to C++ variables and type-safe dynamic connection to signals.
devel/pure-stldict-0.8 (Score: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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: 1.762358E-4)
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.